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 | 獄뷜뫗堉붶빳 | 111001111000110110000100111010111011011110011100111010111010101110010111111001011010000010001001111010111011011010110110111010111011100110110011 | e78d84ebb79cebab97e5a089ebb6b6ebb9b3 |
UHC | 獄뷜뫗堉붶빳 | 111010001010101110111010111000101001000110111001111010111011110010010100111001001011101110100101 | e8abbae291b9ebbc94e4bba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)