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È^ | 100100010100110010010000110010001001000101001100100100001100100001011110 | 914c90c8914c90c85e |
SJIS-WIN | ?L???L??^ | 001111110100110000111111001111110011111101001100001111110011111101011110 | 3f4c3f3f3f4c3f3f5e |
EUC-JP | ?L?È?L?È^ | 00111111010011000011111110001111101010101011001000111111010011000011111110001111101010101011001001011110 | 3f4c3f8faab23f4c3f8faab25e |
UTF-8 | LÈLÈ^ | 110000101001000101001100110000101001000011000011100010001100001010010001010011001100001010010000110000111000100001011110 | c2914cc290c388c2914cc290c3885e |
UHC | ?L???L??^ | 001111110100110000111111001111110011111101001100001111110011111101011110 | 3f4c3f3f3f4c3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)