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 | 1111101011100101111110101110001101110100 | fae5fae374 |
EUC-JP | ?桒t | 0011111110001111110000111100100101110100 | 3f8fc3c974 |
UTF-8 | 栁桒t | 11100110101000001000000111100110101000011001001001110100 | e6a081e6a19274 |
UHC | ??t | 001111110011111101110100 | 3f3f74 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)