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 | 恁頭? | 1001110010001100100100111010101000111111 | 9c8c93aa3f |
EUC-JP | 恁頭? | 1101011111101100110001101010110000111111 | d7ecc6ac3f |
UTF-8 | 恁頭렋 | 111001101000000110000001111010011010000010101101111010111010000010001011 | e68181e9a0adeba08b |
UHC | 恁頭렋 | 111011001111011011010100111010011000111010100010 | ecf6d4e98ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)