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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 獄??椅ц? | 100011011001011000111111001111111000100011010110100001001000100000111111 | 8d963f3f88d684883f |
EUC-JP | 獄??椅ц? | 101110011111011000111111001111111011000011011000101001111110100000111111 | b9f63f3fb0d8a7e83f |
UTF-8 | 獄븍슡椅ц짆 | 1110011110001101100001001110101110111000100011011110110010001010101000011110011010100100100001011101000110000110111011001010011110000110 | e78d84ebb88dec8aa1e6a485d186eca786 |
UHC | 獄븍슡椅ц짆 | 111010001010101110111010111010111001101010101101111010111111010110101100111010001010001110010101 | e8abbaeb9aadebf5ace8a395 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)