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 | 1001100111010111111001100111100011100010111011010110111001000010 | 99d7e678e2ed6e42 |
EUC-JP | 燮諄粹nB | 1101001011011001111010111101100111100100111011110110111001000010 | d2d9ebd9e4ef6e42 |
UTF-8 | 燮諄粹nB | 1110011110000111101011101110100010101011100001001110011110110010101110010110111001000010 | e787aee8ab84e7b2b96e42 |
UHC | 燮諄粹nB | 1110000011110000111000101111010011100010101101100110111001000010 | e0f0e2f4e2b66e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)