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 | 獄????? | 10001101100101100011111100111111001111110011111100111111 | 8d963f3f3f3f3f |
EUC-JP | 獄??沅?? | 101110011111011000111111001111111000111111000110111010010011111100111111 | b9f63f3f8fc6e93f3f |
UTF-8 | 獄띕샒沅뽬뙮 | 111001111000110110000100111010111001110110010101111011001000001110010010111001101011001010000101111010111011110110101100111010111001100110101110 | e78d84eb9d95ec8392e6b285ebbdaceb99ae |
UHC | 獄띕샒沅뽬뙮 | 111010001010101110110110111010111001100010111111111010101011011010010110111010001000110010110001 | e8abb6eb98bfeab696e88cb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)