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 | 獄??躍 | 100011011001011000111111001111111001011011110100 | 8d963f3f96f4 |
EUC-JP | 獄??躍 | 101110011111011000111111001111111100110011110110 | b9f63f3fccf6 |
UTF-8 | 獄ㅷ㈃躍 | 111001111000110110000100111000111000010110110111111000111000100010000011111010001011101010001101 | e78d84e385b7e38883e8ba8d |
UHC | 獄ㅷ㈃躍 | 1110100010101011101001001110011110101001101101001110010110111000 | e8aba4e7a9b4e5b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)