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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?羹? | 00111111111000111011101100111111 | 3fe3bb3f |
EUC-JP | ?羹? | 00111111111001101011110100111111 | 3fe6bd3f |
UTF-8 | 렺羹렺 | 111010111010000010111010111001111011111010111001111010111010000010111010 | eba0bae7beb9eba0ba |
UHC | 렺羹렺 | 100011101100001011001011110110001000111011000010 | 8ec2cbd88ec2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)