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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 螟ュ蜒・螻 | 1110010110100100101011011110010110000011101001011110010110110001 | e5a4ade583a5e5b1 |
EUC-JP | 螟ュ蜒・螻 | 11101010101001101000111010101101111010011110001110001110101001011110101010110011 | eaa68eade9e38ea5eab3 |
UTF-8 | 螟ュ蜒・螻 | 111010001001111010011111111011111011110110101101111010001001110010010010111011111011110110100101111010001001111010111011 | e89e9fefbdade89c92efbda5e89ebb |
UHC | 螟???? | 110110011010110100111111001111110011111100111111 | d9ad3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)