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 | 漬?漬?運 | 1001001011010000001111111001001011010000001111111000100101011110 | 92d03f92d03f895e |
EUC-JP | 漬?漬?運 | 1100010011010010001111111100010011010010001111111011000110111111 | c4d23fc4d23fb1bf |
UTF-8 | 漬렜漬렜運 | 111001101011110010101100111010111010000010011100111001101011110010101100111010111010000010011100111010011000000110001011 | e6bcaceba09ce6bcaceba09ce9818b |
UHC | 漬렜漬렜運 | 11110010101100001000111010101110111100101011000010001110101011101110101010100001 | f2b08eaef2b08eaeeaa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)