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 | 獄??堉?? | 101110011111011000111111001111111000111110110111111111010011111100111111 | b9f63f3f8fb7fd3f3f |
UTF-8 | 獄뷜뫗堉껅뇡 | 111001111000110110000100111010111011011110011100111010111010101110010111111001011010000010001001111010101011101110000101111010111000011110100001 | e78d84ebb79cebab97e5a089eabb85eb87a1 |
UHC | 獄뷜뫗堉껅뇡 | 111010001010101110111010111000101001000110111001111010111011110010000011111001101000011110001001 | e8abbae291b9ebbc83e68789 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)