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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 鸚??逸?B | 1110101001011111001111110011111110001000111011010011111101000010 | ea5f3f3f88ed3f42 |
EUC-JP | 鸚??逸?B | 1111001111000000001111110011111110110000111011110011111101000010 | f3c03f3fb0ef3f42 |
UTF-8 | 鸚쒖눦逸퀅B | 11101001101110001001101011101100100100101001011011101011100010001010011011101001100000001011100011101101100000001000010101000010 | e9b89aec9296eb88a6e980b8ed808542 |
UHC | 鸚쒖눦逸퀅B | 1110010110100100100111001110110010000111101111011110110011101111101100110111010101000010 | e5a49cec87bdecefb37542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)