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 | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | 谿マv谿マvB | 1110011010101110100000110111110101110110111001101010111010000011011111010111011001000010 | e6ae837d76e6ae837d7642 |
EUC-JP | 谿マv谿マvB | 1110110010110000101001011101111001110110111011001011000010100101110111100111011001000010 | ecb0a5de76ecb0a5de7642 |
UTF-8 | 谿マv谿マvB | 111010001011000010111111111000111000001110011110011101101110100010110000101111111110001110000011100111100111011001000010 | e8b0bfe3839e76e8b0bfe3839e7642 |
UHC | 谿マv谿マvB | 1100110110101100101010111101111001110110110011011010110010101011110111100111011001000010 | cdacabde76cdacabde7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)