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 | 謔牙廠 | 111001101000001010001001111001011000111110110001 | e68289e58fb1 |
EUC-JP | 謔牙廠 | 111010111110001010110010111001111011111010110011 | ebe2b2e7beb3 |
UTF-8 | 謔牙廠 | 111010001010110010010100111001111000100110011001111001011011101110100000 | e8ac94e78999e5bba0 |
UHC | 謔牙廠 | 111110011100110011100100101100111111001111011111 | f9cce4b3f3df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)