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 | ??Di??DiB | 001111110011111101000100011010010011111100111111010001000110100101000010 | 3f3f44693f3f446942 |
SJIS-WIN | 嶸アDi嶸アDiB | 1111101010110100101100010100010001101001111110101011010010110001010001000110100101000010 | fab4b14469fab4b1446942 |
EUC-JP | 嶸アDi嶸アDiB | 100011111011101111110100100011101011000101000100011010011000111110111011111101001000111010110001010001000110100101000010 | 8fbbf48eb144698fbbf48eb1446942 |
UTF-8 | 嶸アDi嶸アDiB | 1110010110110110101110001110111110111101101100010100010001101001111001011011011010111000111011111011110110110001010001000110100101000010 | e5b6b8efbdb14469e5b6b8efbdb1446942 |
UHC | 嶸?Di嶸?DiB | 1110011110101110001111110100010001101001111001111010111000111111010001000110100101000010 | e7ae3f4469e7ae3f446942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)