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 | ÍÛöÎóµ] | 11001101110110111111011011001110111100111011010101011101 | cddbf6cef3b55d |
SJIS-WIN | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
EUC-JP | ÍÛöÎó?] | 1000111110101010101111111000111110101010111001011000111110101011110100111000111110101010110000101000111110101011110100010011111101011101 | 8faabf8faae58fabd38faac28fabd13f5d |
UTF-8 | ÍÛöÎóµ] | 11000011100011011100001110011011110000111011011011000011100011101100001110110011110000101011010101011101 | c38dc39bc3b6c38ec3b3c2b55d |
UHC | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)