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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??誌?援? | 0011111100111111100011101000111100111111100010011000011100111111 | 3f3f8e8f3f89873f |
EUC-JP | 頊?誌?援? | 10001111111001111111010000111111101110111110111100111111101100011110011100111111 | 8fe7f43fbbef3fb1e73f |
UTF-8 | 頊렱誌렔援렰 | 111010011010000010001010111010111010000010110001111010001010101010001100111010111010000010010100111001101000111110110100111010111010000010110000 | e9a08aeba0b1e8aa8ceba094e68fb4eba0b0 |
UHC | 頊렱誌렔援렰 | 111010011111010110001110101111101111001010111100100011101010100111101010101101011000111010111101 | e9f58ebef2bc8ea9eab58ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)