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 | 蜈???δ? | 1110010110000101001111110011111100111111100000111100001000111111 | e5853f3f3f83c23f |
EUC-JP | 蜈??旿δ? | 11101001111001010011111100111111100011111100000111110100101001101100010000111111 | e9e53f3f8fc1f4a6c43f |
UTF-8 | 蜈랃슁旿δ퉿 | 1110100010011100100010001110101110011110100000111110110010001010100000011110011010010111101111111100111010110100111011011000100110111111 | e89c88eb9e83ec8a81e697bfceb4ed89bf |
UHC | 蜈랃슁旿δ퉿 | 111010001010010110001101111011111011110110110011111001111111101010100101111001001011100110010111 | e8a58defbdb3e7faa5e4b997 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)