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 | 瘟??循? | 11100001100010010011111100111111100011110111101000111111 | e1893f3f8f7a3f |
EUC-JP | 瘟??循? | 11100001111010010011111100111111101111011101101100111111 | e1e93f3fbddb3f |
UTF-8 | 瘟욥냷循좦 | 111001111001100010011111111011001001101010100101111010111000001110110111111001011011111010101010111011001010001010100110 | e7989fec9aa5eb83b7e5beaaeca2a6 |
UHC | 瘟욥냷循좦 | 11101000101100001011111111101001100001101000011111100010111000001010000101000010 | e8b0bfe98687e2e0a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)