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 | 羇щァ | 111000111011001010000100100010111000001101000000 | e3b2848b8340 |
EUC-JP | 羇щァ | 111001101011010010100111111010111010010110100001 | e6b4a7eba5a1 |
UTF-8 | 羇щァ | 1110011110111110100001111101000110001001111000111000001010100001 | e7be87d189e382a1 |
UHC | ?щァ | 0011111110101100111010111010101110100001 | 3facebaba1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)