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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 枝?梓矜 | 10001110011111010011111110001000101100101110000111100000 | 8e7d3f88b2e1e0 |
EUC-JP | 枝?梓矜 | 10111011110111100011111110110000101101001110001011100010 | bbde3fb0b4e2e2 |
UTF-8 | 枝렎梓矜 | 111001101001111010011101111010111010000010001110111001101010001010010011111001111001111110011100 | e69e9deba08ee6a293e79f9c |
UHC | 枝렎梓矜 | 1111001010101011100011101010010011101110101010011101000011101000 | f2ab8ea4eea9d0e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)