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 | 貂牙栢 | 111001101011100010001001111001011000101010011100 | e6b889e58a9c |
EUC-JP | 貂牙栢 | 111011001011101010110010111001111011001111111100 | ecbab2e7b3fc |
UTF-8 | 貂牙栢 | 111010001011001010000010111001111000100110011001111001101010000010100010 | e8b282e78999e6a0a2 |
UHC | 貂牙栢 | 111101011011000011100100101100111101101111011011 | f5b0e4b3dbdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)