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^ | 10010000110010000100110010010000110010000100110001011110 | 90c84c90c84c5e |
EUC-JP | 席L席L^ | 11000000110010100100110011000000110010100100110001011110 | c0ca4cc0ca4c5e |
UTF-8 | 席L席L^ | 111001011011100010101101010011001110010110111000101011010100110001011110 | e5b8ad4ce5b8ad4c5e |
UHC | 席L席L^ | 11100000101011000100110011100000101011000100110001011110 | e0ac4ce0ac4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)