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?? | 0011111100111111010001110011111100111111 | 3f3f473f3f |
SJIS-WIN | 質?G質? | 10001110101111110011111101000111100011101011111100111111 | 8ebf3f478ebf3f |
EUC-JP | 質?G質? | 10111100110000010011111101000111101111001100000100111111 | bcc13f47bcc13f |
UTF-8 | 質세G質섞 | 11101000101100111010101011101100100001001011100001000111111010001011001110101010111011001000010010011110 | e8b3aaec84b847e8b3aaec849e |
UHC | 質세G質섞 | 111100101111010110111100101111000100011111110010111101011011110010101111 | f2f5bcbc47f2f5bcaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)