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 | 鉚千洸碪 | 1110011111110100100100001110011110011111101010011110000111110010 | e7f490e79fa9e1f2 |
EUC-JP | 鉚千洸碪 | 1110111011110110110000001110100111011110101010111110001011110100 | eef6c0e9deabe2f4 |
UTF-8 | 鉚千洸碪 | 111010011000100110011010111001011000110110000011111001101011010010111000111001111010001010101010 | e9899ae58d83e6b4b8e7a2aa |
UHC | ?千洸? | 001111111111010010110110110011101100100000111111 | 3ff4b6cec83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)