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 | ??o | 001111110011111101101111 | 3f3f6f |
SJIS-WIN | 嘆達o | 1001001001010001100100100100001001101111 | 925192426f |
EUC-JP | 嘆達o | 1100001110110010110000111010001101101111 | c3b2c3a36f |
UTF-8 | 嘆達o | 11100101100110001000011011101001100000011001010001101111 | e59886e981946f |
UHC | 嘆達o | 1111011110100011110100111011100101101111 | f7a3d3b96f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)