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 | 禎???陰 | 10010010111101010011111100111111001111111000100101000001 | 92f53f3f3f8941 |
EUC-JP | 禎???陰 | 11000100111101110011111100111111001111111011000110100010 | c4f73f3f3fb1a2 |
UTF-8 | 禎댈렞렔陰 | 111001111010011010001110111010111000110010001000111010111010000010011110111010111010000010010100111010011001100110110000 | e7a68eeb8c88eba09eeba094e999b0 |
UHC | 禎댈렞렔陰 | 11101111111011101011010011101110100011101010111110001110101010011110101111100100 | efeeb4ee8eaf8ea9ebe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)