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 | ??LF | 00111111001111110100110001000110 | 3f3f4c46 |
SJIS-WIN | 鉑蒔LF | 111110111100100110001110101010100100110001000110 | fbc98eaa4c46 |
EUC-JP | 鉑蒔LF | 10001111111000111110000110111100101011000100110001000110 | 8fe3e1bcac4c46 |
UTF-8 | 鉑蒔LF | 1110100110001001100100011110100010010010100101000100110001000110 | e98991e892944c46 |
UHC | ?蒔LF | 0011111111100011110010000100110001000110 | 3fe3c84c46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)