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^ | 0011111101001100001111110100110001011110 | 3f4c3f4c5e |
SJIS-WIN | 雪L雪L^ | 10010000111000010100110010010000111000010100110001011110 | 90e14c90e14c5e |
EUC-JP | 雪L雪L^ | 11000000111000110100110011000000111000110100110001011110 | c0e34cc0e34c5e |
UTF-8 | 雪L雪L^ | 111010011001101110101010010011001110100110011011101010100100110001011110 | e99baa4ce99baa4c5e |
UHC | 雪L雪L^ | 11100000111001000100110011100000111001000100110001011110 | e0e44ce0e44c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)