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 | 1000110110111101111001100111100011100010111011010110111001000010 | 8dbde678e2ed6e42 |
EUC-JP | 鎖諄粹nB | 1011101010111111111010111101100111100100111011110110111001000010 | babfebd9e4ef6e42 |
UTF-8 | 鎖諄粹nB | 1110100110001110100101101110100010101011100001001110011110110010101110010110111001000010 | e98e96e8ab84e7b2b96e42 |
UHC | 鎖諄粹nB | 1110000111110000111000101111010011100010101101100110111001000010 | e1f0e2f4e2b66e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)