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 | ???Z | 00111111001111110011111101011010 | 3f3f3f5a |
SJIS-WIN | 擁??Z | 1001011101101001001111110011111101011010 | 97693f3f5a |
EUC-JP | 擁??Z | 1100110111001010001111110011111101011010 | cdca3f3f5a |
UTF-8 | 擁얜젇Z | 11100110100100111000000111101100100101101001110011101100101000001000011101011010 | e69381ec969ceca0875a |
UHC | 擁얜젇Z | 11101000101101101011111011101011101000001000101001011010 | e8b6beeba08a5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)