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 | 辟シ鮗檎┥ | 111001111000010010111100111010011011101010001100111001111000010010111100 | e784bce9ba8ce784bc |
EUC-JP | 辟シ鮗檎┥ | 11101101111001001000111010111100111100101011110010111000111010011010100010111110 | ede48ebcf2bcb8e9a8be |
UTF-8 | 辟シ鮗檎┥ | 111010001011111010011111111011111011110110111100111010011010111010010111111001101010101010001110111000101001010010100101 | e8be9fefbdbce9ae97e6aa8ee294a5 |
UHC | ???檎┥ | 00111111001111110011111111010000110101011010011010111110 | 3f3f3fd0d5a6be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)