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 | 鉚皮エォ隘 | 1110011111110100100101001110011110110100101010111110100010100101 | e7f494e7b4abe8a5 |
EUC-JP | 鉚皮エォ隘 | 11101110111101101100100011101001100011101011010010001110101010111111000010100111 | eef6c8e98eb48eabf0a7 |
UTF-8 | 鉚皮エォ隘 | 111010011000100110011010111001111001101010101110111011111011110110110100111011111011110110101011111010011001101010011000 | e9899ae79aaeefbdb4efbdabe99a98 |
UHC | ?皮??隘 | 00111111111110011010101100111111001111111110010011110110 | 3ff9ab3f3fe4f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)