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 | 獄??徇 | 100011011001011000111111001111111001110001101101 | 8d963f3f9c6d |
EUC-JP | 獄??徇 | 101110011111011000111111001111111101011111001110 | b9f63f3fd7ce |
UTF-8 | 獄쎾풄徇 | 111001111000110110000100111011001000111010111110111011011001001010000100111001011011111010000111 | e78d84ec8ebeed9284e5be87 |
UHC | 獄쎾풄徇 | 1110100010101011100110111110010110111110100011001110001011011111 | e8ab9be5be8ce2df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)