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??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-WIN | 輊潁L輊潁L^ | 1110011101101000100111111111000101001100111001110110100010011111111100010100110001011110 | e7689ff14ce7689ff14c5e |
EUC-JP | 輊潁L輊潁L^ | 1110110111001001110111101111001101001100111011011100100111011110111100110100110001011110 | edc9def34cedc9def34c5e |
UTF-8 | 輊潁L輊潁L^ | 111010001011110010001010111001101011110110000001010011001110100010111100100010101110011010111101100000010100110001011110 | e8bc8ae6bd814ce8bc8ae6bd814c5e |
UHC | ?潁L?潁L^ | 001111111110011110111000010011000011111111100111101110000100110001011110 | 3fe7b84c3fe7b84c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)