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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 萬э修^ | 11100100110111011000010010001111100011110100001101011110 | e4dd848f8f435e |
EUC-JP | 萬э修^ | 11101000110111111010011111101111101111011010010001011110 | e8dfa7efbda45e |
UTF-8 | 萬э修^ | 111010001001000010101100110100011000110111100100101111111010111001011110 | e890acd18de4bfae5e |
UHC | 萬э修^ | 11011000101111111010110011101111111000011111001101011110 | d8bfacefe1f35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)