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 | 兪掵兪掵^ | 100110010110000010011101011111011001100101100000100111010111110101011110 | 99609d7d99609d7d5e |
EUC-JP | 兪掵兪掵^ | 110100011100000111011001110111101101000111000001110110011101111001011110 | d1c1d9ded1c1d9de5e |
UTF-8 | 兪掵兪掵^ | 11100101100001011010101011100110100011101011010111100101100001011010101011100110100011101011010101011110 | e585aae68eb5e585aae68eb55e |
UHC | 兪?兪?^ | 11101010111001000011111111101010111001000011111101011110 | eae43feae43f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)