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 | ?羹??? | 001111111110001110111011001111110011111100111111 | 3fe3bb3f3f3f |
EUC-JP | ?羹??? | 001111111110011010111101001111110011111100111111 | 3fe6bd3f3f3f |
UTF-8 | 렺羹렻렎렺 | 111010111010000010111010111001111011111010111001111010111010000010111011111010111010000010001110111010111010000010111010 | eba0bae7beb9eba0bbeba08eeba0ba |
UHC | 렺羹렻렎렺 | 10001110110000101100101111011000100011101100001110001110101001001000111011000010 | 8ec2cbd88ec38ea48ec2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)