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 | ??[ | 001111110011111101011011 | 3f3f5b |
SJIS-WIN | 湛蔵[ | 1001001001011000100100011010000001011011 | 925891a05b |
EUC-JP | 湛蔵[ | 1100001110111001110000101010001001011011 | c3b9c2a25b |
UTF-8 | 湛蔵[ | 11100110101110011001101111101000100101001011010101011011 | e6b99be894b55b |
UHC | 湛?[ | 11010011110000000011111101011011 | d3c03f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)