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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????汪 | 001111110011111100111111001111111001111110001010 | 3f3f3f3f9f8a |
EUC-JP | ????汪 | 001111110011111100111111001111111101110111101010 | 3f3f3f3fddea |
UTF-8 | 렯롚렯렺汪 | 111010111010000010101111111010111010000110011010111010111010000010101111111010111010000010111010111001101011000110101010 | eba0afeba19aeba0afeba0bae6b1aa |
UHC | 렯롚렯렺汪 | 10001110101111001000111011011110100011101011110010001110110000101110100011011100 | 8ebc8ede8ebc8ec2e8dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)