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 | ?L?n | 00111111010011000011111101101110 | 3f4c3f6e |
SJIS-WIN | 辰L但n | 100100100100001101001100100100100100000101101110 | 92434c92416e |
EUC-JP | 辰L但n | 110000111010010001001100110000111010001001101110 | c3a44cc3a26e |
UTF-8 | 辰L但n | 1110100010111110101100000100110011100100101111011000011001101110 | e8beb04ce4bd866e |
UHC | 辰L但n | 111100101110001101001100110100111010001101101110 | f2e34cd3a36e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)