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 | ÍÛñüîä^ | 11001101110110111111000111111100111011101110010001011110 | cddbf1fceee45e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ÍÛñüîä^ | 10001111101010101011111110001111101010101110010110001111101010111101000010001111101010111110010010001111101010111100001010001111101010111010001101011110 | 8faabf8faae58fabd08fabe48fabc28faba35e |
UTF-8 | ÍÛñüîä^ | 11000011100011011100001110011011110000111011000111000011101111001100001110101110110000111010010001011110 | c38dc39bc3b1c3bcc3aec3a45e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)