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 | ???nB | 0011111100111111001111110110111001000010 | 3f3f3f6e42 |
SJIS-WIN | ?垠埃nB | 00111111100110101011010110011010101110100110111001000010 | 3f9ab59aba6e42 |
EUC-JP | ?垠埃nB | 00111111110101001011011111010100101111000110111001000010 | 3fd4b7d4bc6e42 |
UTF-8 | 봇垠埃nB | 1110101110110100100001111110010110011110101000001110010110011111100000110110111001000010 | ebb487e59ea0e59f836e42 |
UHC | 봇垠埃nB | 1011101010111111111010111101100111100100111011110110111001000010 | babfebd9e4ef6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)