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 | 兀????? | 10011001010110010011111100111111001111110011111100111111 | 99593f3f3f3f3f |
EUC-JP | 兀????ł | 110100011011101000111111001111110011111100111111100011111010100111001000 | d1ba3f3f3f3f8fa9c8 |
UTF-8 | 兀꾩눥溜깅ł | 1110010110000101100000001110101010111110101010011110101110001000101001011110111110100111100010111110101010111001100001011100010110000010 | e58580eabea9eb88a5efa78beab985c582 |
UHC | 兀꾩눥溜깅ł | 111010001011010010000100111011001000011110111100111010101111111010110001111010111010100110101001 | e8b484ec87bceafeb1eba9a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)