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 | 雅?雅銖^ | 1000100111101011001111111000100111101011111001111111000101011110 | 89eb3f89ebe7f15e |
EUC-JP | 雅?雅銖^ | 1011001011101101001111111011001011101101111011101111001101011110 | b2ed3fb2edeef35e |
UTF-8 | 雅쑀雅銖^ | 11101001100110111000010111101100100100011000000011101001100110111000010111101001100010101001011001011110 | e99b85ec9180e99b85e98a965e |
UHC | 雅쑀雅銖^ | 111001001011101010011100101000001110010010111010111000101100011101011110 | e4ba9ca0e4bae2c75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)