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 | ??Lh??L | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
SJIS-WIN | 瞠砠Lh瞠砠L | 1110000111010011111000011110011101001100011010001110000111010011111000011110011101001100 | e1d3e1e74c68e1d3e1e74c |
EUC-JP | 瞠砠Lh瞠砠L | 1110001011010101111000101110100101001100011010001110001011010101111000101110100101001100 | e2d5e2e94c68e2d5e2e94c |
UTF-8 | 瞠砠Lh瞠砠L | 111001111001111010100000111001111010000010100000010011000110100011100111100111101010000011100111101000001010000001001100 | e79ea0e7a0a04c68e79ea0e7a0a04c |
UHC | ??Lh??L | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)