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 | 髷懃ッ狗∑ | 111010011001111010011100111001111010111110001011111001111000011110010100 | e99e9ce7af8be78794 |
EUC-JP | 髷懃ッ狗? | 111100011111111011011000111010011000111010101111101101101110100100111111 | f1fed8e98eafb6e93f |
UTF-8 | 髷懃ッ狗∑ | 111010011010101110110111111001101000011110000011111011111011110110101111111001111000101110010111111000101000100010010001 | e9abb7e68783efbdafe78b97e28891 |
UHC | ?懃?狗∑ | 0011111111010000110001000011111111001111101101111010001010110010 | 3fd0c43fcfb7a2b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)