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 | LPLûE | 100100000100110010001110010100001001000001001100100011111111101101000101 | 904c8e50904c8ffb45 |
SJIS-WIN | ?L?P?L??E | 001111110100110000111111010100000011111101001100001111110011111101000101 | 3f4c3f503f4c3f3f45 |
EUC-JP | ?L?P?L?ûE | 0011111101001100001111110101000000111111010011000011111110001111101010111110010101000101 | 3f4c3f503f4c3f8fabe545 |
UTF-8 | LPLûE | 1100001010010000010011001100001010001110010100001100001010010000010011001100001010001111110000111011101101000101 | c2904cc28e50c2904cc28fc3bb45 |
UHC | ?L?P?L??E | 001111110100110000111111010100000011111101001100001111110011111101000101 | 3f4c3f503f4c3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)