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 | LØLb^ | 100111010100110010011100110110001001110101001100100111100110001001011110 | 9d4c9cd89d4c9e625e |
SJIS-WIN | ?L???L?b^ | 001111110100110000111111001111110011111101001100001111110110001001011110 | 3f4c3f3f3f4c3f625e |
EUC-JP | ?L?Ø?L?b^ | 0011111101001100001111111000111110101001101011000011111101001100001111110110001001011110 | 3f4c3f8fa9ac3f4c3f625e |
UTF-8 | LØLb^ | 1100001010011101010011001100001010011100110000111001100011000010100111010100110011000010100111100110001001011110 | c29d4cc29cc398c29d4cc29e625e |
UHC | ?L?Ø?L?b^ | 00111111010011000011111110101000101010100011111101001100001111110110001001011110 | 3f4c3fa8aa3f4c3f625e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)