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 | ??????}G | 0011111100111111001111110011111100111111001111110111110101000111 | 3f3f3f3f3f3f7d47 |
SJIS-WIN | ??????}G | 0011111100111111001111110011111100111111001111110111110101000111 | 3f3f3f3f3f3f7d47 |
EUC-JP | ??????}G | 0011111100111111001111110011111100111111001111110111110101000111 | 3f3f3f3f3f3f7d47 |
UTF-8 | 렺셍렮렺셍렮}G | 1110101110100000101110101110110010000101100011011110101110100000101011101110101110100000101110101110110010000101100011011110101110100000101011100111110101000111 | eba0baec858deba0aeeba0baec858deba0ae7d47 |
UHC | 렺셍렮렺셍렮}G | 1000111011000010101111001100010010001110101110111000111011000010101111001100010010001110101110110111110101000111 | 8ec2bcc48ebb8ec2bcc48ebb7d47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)