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 | 迯剰楳蠑 | 1110011110001101100011111110100010010100100000001110010110111100 | e78d8fe89480e5bc |
EUC-JP | 迯剰楳蠑 | 1110110111101101101111101110101011000111111000001110101010111110 | ededbeeac7e0eabe |
UTF-8 | 迯剰楳蠑 | 111010001011111110101111111001011000100110110000111001101010010110110011111010001010000010010001 | e8bfafe589b0e6a5b3e8a091 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)