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 | 毓??潁? | 10011111011110010011111100111111100111111111000100111111 | 9f793f3f9ff13f |
EUC-JP | 毓??潁? | 11011101110110100011111100111111110111101111001100111111 | ddda3f3fdef33f |
UTF-8 | 毓몄뎰潁욪 | 111001101010111110010011111010111010101010000100111010111000111010110000111001101011110110000001111011001001101010101010 | e6af93ebaa84eb8eb0e6bd81ec9aaa |
UHC | 毓몄뎰潁욪 | 11101011101111101011100011101100100010011000001111100111101110001001111101000010 | ebbeb8ec8983e7b89f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)