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 | 邊「騾ク驟毅 | 11100111101100101010001011101001100000001011100011101001100001011000101101000010 | e7b2a2e980b8e9858b42 |
EUC-JP | 邊「騾ク驟毅 | 111011101011010010001110101000101111000111100000100011101011100011110001111001011011010110100011 | eeb48ea2f1e08eb8f1e5b5a3 |
UTF-8 | 邊「騾ク驟毅 | 111010011000001010001010111011111011110110100010111010011010100010111110111011111011110110111000111010011010100110011111111001101010111110000101 | e9828aefbda2e9a8beefbdb8e9a99fe6af85 |
UHC | 邊???驟毅 | 110111001010101100111111001111110011111111110110101011101110101111110110 | dcab3f3f3ff6aeebf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)