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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蒸???堰? | 1000111111110110001111110011111100111111100010011000000100111111 | 8ff63f3f3f89813f |
EUC-JP | 蒸???堰? | 1011111011111000001111110011111100111111101100011110000100111111 | bef83f3f3fb1e13f |
UTF-8 | 蒸렠履렍堰렡 | 111010001001001010111000111010111010000010100000111011111010011110011111111010111010000010001101111001011010000010110000111010111010000010100001 | e892b8eba0a0efa79feba08de5a0b0eba0a1 |
UHC | 蒸렠履렍堰렡 | 111100011111101010001110101100011110110010101010100011101010001111100101111010001000111010110010 | f1fa8eb1ecaa8ea3e5e88eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)