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 | 獰??域 | 111000001101011000111111001111111000100011100110 | e0d63f3f88e6 |
EUC-JP | 獰??域 | 111000001101100000111111001111111011000011101000 | e0d83f3fb0e8 |
UTF-8 | 獰껃낏域 | 111001111000110110110000111010101011101110000011111010111000001010001111111001011001111110011111 | e78db0eabb83eb828fe59f9f |
UHC | 獰껃낏域 | 1110011110111110100000111110010110110011101010001110011010110100 | e7be83e5b3a8e6b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)