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 | ?n?nB | 0011111101101110001111110110111001000010 | 3f6e3f6e42 |
SJIS-WIN | 瘤n瘤nB | 11100001100011100110111011100001100011100110111001000010 | e18e6ee18e6e42 |
EUC-JP | 瘤n瘤nB | 11100001111011100110111011100001111011100110111001000010 | e1ee6ee1ee6e42 |
UTF-8 | 瘤n瘤nB | 111001111001100010100100011011101110011110011000101001000110111001000010 | e798a46ee798a46e42 |
UHC | 瘤n瘤nB | 11010111101110110110111011010111101110110110111001000010 | d7bb6ed7bb6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)