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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????蓋 | 0011111100111111001111110011111100111111001111111000101001010111 | 3f3f3f3f3f3f8a57 |
EUC-JP | ??????蓋 | 0011111100111111001111110011111100111111001111111011001110111000 | 3f3f3f3f3f3fb3b8 |
UTF-8 | 렺거꼼늙렣렺蓋 | 111010111010000010111010111010101011000110110000111010101011110010111100111010111000101010011001111010111010000010100011111010111010000010111010111010001001001110001011 | eba0baeab1b0eabcbceb8a99eba0a3eba0bae8938b |
UHC | 렺거꼼늙렣렺蓋 | 1000111011000010101100001100010110110010110001001011010011000100100011101011010010001110110000101100101111001111 | 8ec2b0c5b2c4b4c48eb48ec2cbcf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)