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?P?L??E | 001111110100110000111111010100000011111101001100001111110011111101000101 | 3f4c3f503f4c3f3f45 |
SJIS-WIN | ?L?P?L??E | 001111110100110000111111010100000011111101001100001111110011111101000101 | 3f4c3f503f4c3f3f45 |
EUC-JP | ?L?P?L??E | 001111110100110000111111010100000011111101001100001111110011111101000101 | 3f4c3f503f4c3f3f45 |
UTF-8 | 혨L혦P혨L혧청E | 11101101100110001010100001001100111011011001100010100110010100001110110110011000101010000100110011101101100110001010011111101100101100101010110101000101 | ed98a84ced98a650ed98a84ced98a7ecb2ad45 |
UHC | 혨L혦P혨L혧청E | 1100001010010000010011001100001010001110010100001100001010010000010011001100001010001111110000111011101101000101 | c2904cc28e50c2904cc28fc3bb45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)