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 | ì¥ìLB | 1110110010000110101001011110110010000110100111010100110001000010 | ec86a5ec869d4c42 |
SJIS-WIN | ??¥???LB | 001111110011111110000001100011110011111100111111001111110100110001000010 | 3f3f818f3f3f3f4c42 |
EUC-JP | ì??ì??LB | 100011111010101111000000001111110011111110001111101010111100000000111111001111110100110001000010 | 8fabc03f3f8fabc03f3f4c42 |
UTF-8 | ì¥ìLB | 1100001110101100110000101000011011000010101001011100001110101100110000101000011011000010100111010100110001000010 | c3acc286c2a5c3acc286c29d4c42 |
UHC | ??????LB | 0011111100111111001111110011111100111111001111110100110001000010 | 3f3f3f3f3f3f4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)