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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?圍涌 | 0011111110011010101000011001011101001111 | 3f9aa1974f |
EUC-JP | ?圍涌 | 0011111111010100101000111100110110110000 | 3fd4a3cdb0 |
UTF-8 | 롃圍涌 | 111010111010000110000011111001011001110010001101111001101011011010001100 | eba183e59c8de6b68c |
UHC | 롃圍涌 | 100011101100101011101010110011001110100110111111 | 8ecaeacce9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)