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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 殿??封 | 100100110110000100111111001111111001010110010101 | 93613f3f9595 |
EUC-JP | 殿??封 | 110001011100001000111111001111111100100111110101 | c5c23f3fc9f5 |
UTF-8 | 殿닿렡封 | 111001101010111010111111111010111000101110111111111010111010000010100001111001011011000010000001 | e6aebfeb8bbfeba0a1e5b081 |
UHC | 殿닿렡封 | 1110111011111100101101001110101010001110101100101101110011100110 | eefcb4ea8eb2dce6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)