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 | ??w}??w{^ | 001111110011111101110111011111010011111100111111011101110111101101011110 | 3f3f777d3f3f777b5e |
SJIS-WIN | 禪?w}禪?w{^ | 1110001001010111001111110111011101111101111000100101011100111111011101110111101101011110 | e2573f777de2573f777b5e |
EUC-JP | 禪馦w}禪馦w{^ | 111000111011100010001111111010001111101001110111011111011110001110111000100011111110100011111010011101110111101101011110 | e3b88fe8fa777de3b88fe8fa777b5e |
UTF-8 | 禪馦w}禪馦w{^ | 1110011110100110101010101110100110100110101001100111011101111101111001111010011010101010111010011010011010100110011101110111101101011110 | e7a6aae9a6a6777de7a6aae9a6a6777b5e |
UHC | 禪?w}禪?w{^ | 1110000011001001001111110111011101111101111000001100100100111111011101110111101101011110 | e0c93f777de0c93f777b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)