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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 毓↓!邑?? | 10011111011110011000000110101011100000010100100110010111010101110011111100111111 | 9f7981ab814997573f3f |
EUC-JP | 毓↓!邑?? | 11011101110110101010001010101101101000011010101011001101101110000011111100111111 | dddaa2ada1aacdb83f3f |
UTF-8 | 毓↓!邑듬룕 | 111001101010111110010011111000101000011010010011111011111011110010000001111010011000001010010001111010111001001110101100111010111010001110010101 | e6af93e28693efbc81e98291eb93aceba395 |
UHC | 毓↓!邑듬룕 | 111010111011111010100001111010011010001110100001111010111110100110110101111010111000111110010001 | ebbea1e9a3a1ebe9b5eb8f91 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)