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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 偃??悠 | 100110001110111000111111001111111001011101001001 | 98ee3f3f9749 |
EUC-JP | 偃??悠 | 110100001111000000111111001111111100110110101010 | d0f03f3fcdaa |
UTF-8 | 偃용쐝悠 | 111001011000000110000011111011001001101010101001111011001001000010011101111001101000001010100000 | e58183ec9aa9ec909de682a0 |
UHC | 偃용쐝悠 | 1110010111100111101111111110101110011100100000111110101011101101 | e5e7bfeb9c83eaed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)