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 | ÒÄÇî^ | 1101001011000100110001111110111001011110 | d2c4c7ee5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ÒÄÇî^ | 10001111101010101101001010001111101010101010001110001111101010101010111010001111101010111100001001011110 | 8faad28faaa38faaae8fabc25e |
UTF-8 | ÒÄÇî^ | 110000111001001011000011100001001100001110000111110000111010111001011110 | c392c384c387c3ae5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)