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ùLF | 1001000101001100100100010100001010001101111110010100110001000110 | 914c91428df94c46 |
SJIS-WIN | ?L?B??LF | 0011111101001100001111110100001000111111001111110100110001000110 | 3f4c3f423f3f4c46 |
EUC-JP | ?L?B?ùLF | 00111111010011000011111101000010001111111000111110101011111000110100110001000110 | 3f4c3f423f8fabe34c46 |
UTF-8 | LBùLF | 110000101001000101001100110000101001000101000010110000101000110111000011101110010100110001000110 | c2914cc29142c28dc3b94c46 |
UHC | ?L?B??LF | 0011111101001100001111110100001000111111001111110100110001000110 | 3f4c3f423f3f4c46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)