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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???脂 | 0011111100111111001111111000111010001001 | 3f3f3f8e89 |
EUC-JP | ???脂 | 0011111100111111001111111011101111101001 | 3f3f3fbbe9 |
UTF-8 | 앉렻렪脂 | 111011001001010110001001111010111010000010111011111010111010000010101010111010001000010010000010 | ec9589eba0bbeba0aae88482 |
UHC | 앉렻렪脂 | 1011111011001001100011101100001110001110101110001111001010110111 | bec98ec38eb8f2b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)