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 | 荳顔キ昜ク | 1110010010111000100010101110011110110111100111011110010010111000 | e4b88ae7b79de4b8 |
EUC-JP | 荳顔キ昜ク | 11101000101110101011010011101001100011101011011111011010111001101000111010111000 | e8bab4e98eb7dae68eb8 |
UTF-8 | 荳顔キ昜ク | 111010001000110110110011111010011010000110010100111011111011110110110111111001101001100010011100111011111011110110111000 | e88db3e9a194efbdb7e6989cefbdb8 |
UHC | 荳顔??? | 11010100111001011110010011010100001111110011111100111111 | d4e5e4d43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)