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 | «ÊÛ«ÊÙ^ | 100011111010101111001010110110111000111110101011110010101101100101011110 | 8fabcadb8fabcad95e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | ??ÊÛ??ÊÙ^ | 0011111100111111100011111010101010110100100011111010101011100101001111110011111110001111101010101011010010001111101010101110001101011110 | 3f3f8faab48faae53f3f8faab48faae35e |
UTF-8 | «ÊÛ«ÊÙ^ | 1100001010001111110000101010101111000011100010101100001110011011110000101000111111000010101010111100001110001010110000111001100101011110 | c28fc2abc38ac39bc28fc2abc38ac3995e |
UHC | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)