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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 載??載? | 10001101110110100011111100111111100011011101101000111111 | 8dda3f3f8dda3f |
EUC-JP | 載??載? | 10111010110111000011111100111111101110101101110000111111 | badc3f3fbadc3f |
UTF-8 | 載롗렮載롘 | 111010001011110010001001111010111010000110010111111010111010000010101110111010001011110010001001111010111010000110011000 | e8bc89eba197eba0aee8bc89eba198 |
UHC | 載롗렮載롘 | 11101110101100001000111011011011100011101011101111101110101100001000111011011100 | eeb08edb8ebbeeb08edc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)