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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 렺컴렡렺미렺┖ | 111010111010000010111010111011001011101110110100111010111010000010100001111010111010000010111010111010111010111110111000111010111010000010111010111000101001010010010110 | eba0baecbbb4eba0a1eba0baebafb8eba0bae29496 |
UHC | 렺컴렡렺미렺┖ | 1000111011000010110001001100010010001110101100101000111011000010101110011100110010001110110000101010011011000101 | 8ec2c4c48eb28ec2b9cc8ec2a6c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)