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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ?夭????? | 0011111110011010111011100011111100111111001111110011111100111111 | 3f9aee3f3f3f3f3f |
EUC-JP | ?夭????? | 0011111111010100111100000011111100111111001111110011111100111111 | 3fd4f03f3f3f3f3f |
UTF-8 | 뤵夭륨렰렪뤑쫷 | 111010111010010010110101111001011010010010101101111010111010010110101000111010111010000010110000111010111010000010101010111010111010010010010001111011001010101110110111 | eba4b5e5a4adeba5a8eba0b0eba0aaeba491ecabb7 |
UHC | 뤵夭륨렰렪뤑쫷 | 1000111111100011111010001110110010110111111111011000111010111101100011101011100010001111110000011010011010001110 | 8fe3e8ecb7fd8ebd8eb88fc1a68e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)