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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 谷歎揃村BF | 10010010010010101001001001010110100100011011010110010001101110100100001001000110 | 924a925691b591ba4246 |
EUC-JP | 谷歎揃村BF | 11000011101010111100001110110111110000101011011111000010101111000100001001000110 | c3abc3b7c2b7c2bc4246 |
UTF-8 | 谷歎揃村BF | 1110100010110000101101111110011010101101100011101110011010001111100000111110011010011101100100010100001001000110 | e8b0b7e6ad8ee68f83e69d914246 |
UHC | 谷歎?村BF | 110011011101101111110111101001110011111111110101101111010100001001000110 | cddbf7a73ff5bd4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)