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 | 驕コ增 | 1110100110000001101110101111101010011101 | e981bafa9d |
EUC-JP | 驕コ? | 1111000111100001100011101011101000111111 | f1e18eba3f |
UTF-8 | 驕コ增 | 111010011010100110010101111011111011110110111010111001011010001010011110 | e9a995efbdbae5a29e |
UHC | 驕?增 | 1100111011110110001111111111000111110010 | cef63ff1f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)