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 | ??????q\ | 0011111100111111001111110011111100111111001111110111000101011100 | 3f3f3f3f3f3f715c |
SJIS-WIN | ??????q\ | 0011111100111111001111110011111100111111001111110111000101011100 | 3f3f3f3f3f3f715c |
EUC-JP | ??????q\ | 0011111100111111001111110011111100111111001111110111000101011100 | 3f3f3f3f3f3f715c |
UTF-8 | 렺챕렺챤렺창q\ | 1110101110100000101110101110110010110001100101011110101110100000101110101110110010110001101001001110101110100000101110101110110010110000101111010111000101011100 | eba0baecb195eba0baecb1a4eba0baecb0bd715c |
UHC | 렺챕렺챤렺창q\ | 1000111011000010110000111010100110001110110000101100001110101110100011101100001011000011101000100111000101011100 | 8ec2c3a98ec2c3ae8ec2c3a2715c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)