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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 獄℡? | 1000110110010110100001111000010000111111 | 8d9687843f |
EUC-JP | 獄?? | 10111001111101100011111100111111 | b9f63f3f |
UTF-8 | 獄℡뮘 | 111001111000110110000100111000101000010010100001111010111010111010011000 | e78d84e284a1ebae98 |
UHC | 獄℡뮘 | 111010001010101110100010111001011001001010100100 | e8aba2e592a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)