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 | ??t | 001111110011111101110100 | 3f3f74 |
SJIS-WIN | 葯。t | 11100100110111101010000101110100 | e4dea174 |
EUC-JP | 葯。t | 1110100011100000100011101010000101110100 | e8e08ea174 |
UTF-8 | 葯。t | 11101000100100011010111111101111101111011010000101110100 | e891afefbda174 |
UHC | 葯?t | 11100101101101010011111101110100 | e5b53f74 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)