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 | ÍÛðüîä^ | 11001101110110111111000011111100111011101110010001011110 | cddbf0fceee45e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ÍÛðüîä^ | 10001111101010101011111110001111101010101110010110001111101010011100001110001111101010111110010010001111101010111100001010001111101010111010001101011110 | 8faabf8faae58fa9c38fabe48fabc28faba35e |
UTF-8 | ÍÛðüîä^ | 11000011100011011100001110011011110000111011000011000011101111001100001110101110110000111010010001011110 | c38dc39bc3b0c3bcc3aec3a45e |
UHC | ??ð???^ | 0011111100111111101010011010001100111111001111110011111101011110 | 3f3fa9a33f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)