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 | 驕泌腰霎ー蟆 | 1110100110000001100101001110010110001101100110001110100010111110101100001110010110110000 | e98194e58d98e8beb0e5b0 |
EUC-JP | 驕泌腰霎ー蟆 | 111100011110000111001000111001111011100111111000111100001100000010001110101100001110101010110010 | f1e1c8e7b9f8f0c08eb0eab2 |
UTF-8 | 驕泌腰霎ー蟆 | 111010011010100110010101111001101011001110001100111010001000010110110000111010011001110010001110111011111011110110110000111010001001111110000110 | e9a995e6b38ce885b0e99c8eefbdb0e89f86 |
UHC | 驕泌腰??? | 110011101111011011111001101100101110100110100110001111110011111100111111 | cef6f9b2e9a63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)