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 | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-WIN | 羮球けY | 11100011101111001000101110000101100000101010111101011001 | e3bc8b8582af59 |
EUC-JP | 羮球けY | 11100110101111101011010111100101101001001011000101011001 | e6beb5e5a4b159 |
UTF-8 | 羮球けY | 11100111101111101010111011100111100100001000001111100011100000011001000101011001 | e7beaee79083e3819159 |
UHC | ?球けY | 001111111100111110111001101010101011000101011001 | 3fcfb9aab159 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)