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 | 獄℡?節?? | 100011011001011010000111100001000011111110010000110111110011111100111111 | 8d9687843f90df3f3f |
EUC-JP | 獄??節?? | 1011100111110110001111110011111111000000111000010011111100111111 | b9f63f3fc0e13f3f |
UTF-8 | 獄℡퉿節듸슁 | 111001111000110110000100111000101000010010100001111011011000100110111111111001111010111110000000111010111001001110111000111011001000101010000001 | e78d84e284a1ed89bfe7af80eb93b8ec8a81 |
UHC | 獄℡퉿節듸슁 | 111010001010101110100010111001011011100110010111111011111011110110110101111011111011110110110011 | e8aba2e5b997efbdb5efbdb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)