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\ | 00111111001111110100110001011100 | 3f3f4c5c |
SJIS-WIN | ?夭L\ | 0011111110011010111011100100110001011100 | 3f9aee4c5c |
EUC-JP | ?夭L\ | 0011111111010100111100000100110001011100 | 3fd4f04c5c |
UTF-8 | 숥夭L\ | 1110110010001000101001011110010110100100101011010100110001011100 | ec88a5e5a4ad4c5c |
UHC | 숥夭L\ | 100110100100001011101000111011000100110001011100 | 9a42e8ec4c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)