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 | ÍÛõµÒý^ | 11001101110110111111010110110101110100101111110101011110 | cddbf5b5d2fd5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ÍÛõ?Òý^ | 1000111110101010101111111000111110101010111001011000111110101011110110000011111110001111101010101101001010001111101010111111001001011110 | 8faabf8faae58fabd83f8faad28fabf25e |
UTF-8 | ÍÛõµÒý^ | 11000011100011011100001110011011110000111011010111000010101101011100001110010010110000111011110101011110 | c38dc39bc3b5c2b5c392c3bd5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)