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 | ???× | 00111111001111110011111111010111 | 3f3f3fd7 |
SJIS-WIN | 長?陰× | 10010010101101110011111110001001010000011000000101111110 | 92b73f8941817e |
EUC-JP | 長?陰× | 11000100101110010011111110110001101000101010000111011111 | c4b93fb1a2a1df |
UTF-8 | 長렢陰× | 1110100110010101101101111110101110100000101000101110100110011001101100001100001110010111 | e995b7eba0a2e999b0c397 |
UHC | 長렢陰× | 1110110111111110100011101011001111101011111001001010000110111111 | edfe8eb3ebe4a1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)