To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 一?禎敷 | 10001000111010100011111110010010111101011001010101111110 | 88ea3f92f5957e |
EUC-JP | 一?禎敷 | 10110000111011000011111111000100111101111100100111011111 | b0ec3fc4f7c9df |
UTF-8 | 一렣禎敷 | 111001001011100010000000111010111010000010100011111001111010011010001110111001101001010110110111 | e4b880eba0a3e7a68ee695b7 |
UHC | 一렣禎敷 | 1110110011101001100011101011010011101111111011101101110110100111 | ece98eb4efeedda7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)