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 | ??HhTB | 001111110011111101001000011010000101010001000010 | 3f3f48685442 |
SJIS-WIN | 鳰疇HhTB | 1110100111101010111000010110010101001000011010000101010001000010 | e9eae16548685442 |
EUC-JP | 鳰疇HhTB | 1111001011101100111000011100011001001000011010000101010001000010 | f2ece1c648685442 |
UTF-8 | 鳰疇HhTB | 11101001101100111011000011100111100101101000011101001000011010000101010001000010 | e9b3b0e7968748685442 |
UHC | ?疇HhTB | 00111111111100011100001001001000011010000101010001000010 | 3ff1c248685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)