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 | 銓礼ィョ隘 | 1110011111110010100101111110011110101000101011101110100010100101 | e7f297e7a8aee8a5 |
EUC-JP | 銓礼ィョ隘 | 11101110111101001100111011101001100011101010100010001110101011101111000010100111 | eef4cee98ea88eaef0a7 |
UTF-8 | 銓礼ィョ隘 | 111010011000101010010011111001111010010010111100111011111011110110101000111011111011110110101110111010011001101010011000 | e98a93e7a4bcefbda8efbdaee99a98 |
UHC | 銓???隘 | 11101111101100000011111100111111001111111110010011110110 | efb03f3f3fe4f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)