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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 耶??誼?^ | 1001011011101011001111110011111110001011011000100011111101011110 | 96eb3f3f8b623f5e |
EUC-JP | 耶?Ŧ誼?^ | 11001100111011010011111110001111101010011010111110110101110000110011111101011110 | cced3f8fa9afb5c33f5e |
UTF-8 | 耶쇰Ŧ誼쁃^ | 111010001000000010110110111011001000011110110000110001011010011011101000101010101011110011101100100000011000001101011110 | e880b6ec87b0c5a6e8aabcec81835e |
UHC | 耶쇰Ŧ誼쁃^ | 1110010110101101101111001110101110101000101011101110101111111110100110000100010001011110 | e5adbceba8aeebfe98445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)