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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 雅?雅?^ | 10001001111010110011111110001001111010110011111101011110 | 89eb3f89eb3f5e |
EUC-JP | 雅?雅?^ | 10110010111011010011111110110010111011010011111101011110 | b2ed3fb2ed3f5e |
UTF-8 | 雅엻雅왽^ | 11101001100110111000010111101100100101111011101111101001100110111000010111101100100110011011110101011110 | e99b85ec97bbe99b85ec99bd5e |
UHC | 雅엻雅왽^ | 111001001011101010011110100011011110010010111010100111101110000001011110 | e4ba9e8de4ba9ee05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)