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 | 00111111001111110011111100111111001111110100110001000110 | 3f3f3f3f3f4c46 |
SJIS-WIN | ???齋?LF | 0011111100111111001111111110001001010110001111110100110001000110 | 3f3f3fe2563f4c46 |
EUC-JP | 獐??齋?LF | 10001111110010111011101000111111001111111110001110110111001111110100110001000110 | 8fcbba3f3fe3b73f4c46 |
UTF-8 | 獐쇤벳齋렩LF | 1110011110001101100100001110110010000111101001001110101110110010101100111110100110111101100010111110101110100000101010010100110001000110 | e78d90ec87a4ebb2b3e9bd8beba0a94c46 |
UHC | 獐쇤벳齋렩LF | 111011011110111110111100111010011011101010101010111011101011000110001110101101110100110001000110 | edefbce9baaaeeb18eb74c46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)