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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ????日?? | 0011111100111111001111110011111110010011111110100011111100111111 | 3f3f3f3f93fa3f3f |
EUC-JP | ????日?? | 0011111100111111001111110011111111000110111111000011111100111111 | 3f3f3f3fc6fc3f3f |
UTF-8 | 얍렞렯렦日렯렗 | 111011001001011010001101111010111010000010011110111010111010000010101111111010111010000010100110111001101001011110100101111010111010000010101111111010111010000010010111 | ec968deba09eeba0afeba0a6e697a5eba0afeba097 |
UHC | 얍렞렯렦日렯렗 | 1011111011100101100011101010111110001110101111001000111010110101111011001110110110001110101111001000111010101100 | bee58eaf8ebc8eb5eced8ebc8eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)