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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 嗇笞擺 | 100110101010010111100010100110101001110110110010 | 9aa5e29a9db2 |
EUC-JP | 嗇笞擺 | 110101001010011111100011111110101101101010110100 | d4a7e3fadab4 |
UTF-8 | 嗇笞擺 | 111001011001011110000111111001111010110010011110111001101001001110111010 | e59787e7ac9ee693ba |
UHC | 嗇笞擺 | 110111111110000011110111110000101111011111101100 | dfe0f7c2f7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)