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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?鴉鴉 | 0011111111101001111010111110100111101011 | 3fe9ebe9eb |
EUC-JP | ?鴉鴉 | 0011111111110010111011011111001011101101 | 3ff2edf2ed |
UTF-8 | 뻢鴉鴉 | 111010111011101110100010111010011011010010001001111010011011010010001001 | ebbba2e9b489e9b489 |
UHC | 뻢鴉鴉 | 100101100110101111100100101111001110010010111100 | 966be4bce4bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)