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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 猝?秩? | 111000001100101000111111100100101000000100111111 | e0ca3f92813f |
EUC-JP | 猝?秩? | 111000001100110000111111110000111110000100111111 | e0cc3fc3e13f |
UTF-8 | 猝섐秩섐 | 111001111000110010011101111011001000010010010000111001111010011110101001111011001000010010010000 | e78c9dec8490e7a7a9ec8490 |
UHC | 猝섐秩섐 | 1111000011110001101111001010101111110010111100011011110010101011 | f0f1bcabf2f1bcab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)