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 | 獄??孼?? | 101110011111011000111111001111111000111110111010110000110011111100111111 | b9f63f3f8fbac33f3f |
UTF-8 | 獄㏃같孼먮쨮 | 111001111000110110000100111000111000111110000011111010101011000010011001111001011010110110111100111010111010100010101110111011001010100010101110 | e78d84e38f83eab099e5adbceba8aeeca8ae |
UHC | 獄㏃같孼먮쨮 | 111010001010101110100111111011001011000010110000111001011110110110010000111010111010010010001000 | e8aba7ecb0b0e5ed90eba488 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)