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?L^ | 0011111101001100001111110100110001011110 | 3f4c3f4c5e |
SJIS-WIN | 稟L稟L^ | 11100010011001110100110011100010011001110100110001011110 | e2674ce2674c5e |
EUC-JP | 稟L稟L^ | 11100011110010000100110011100011110010000100110001011110 | e3c84ce3c84c5e |
UTF-8 | 稟L稟L^ | 111001111010100010011111010011001110011110101000100111110100110001011110 | e7a89f4ce7a89f4c5e |
UHC | 稟L稟L^ | 11111001101000100100110011111001101000100100110001011110 | f9a24cf9a24c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)