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 | è¾°QGB | 111010001011111010110000010100010100011101000010 | e8beb0514742 |
SJIS-WIN | ??°QGB | 00111111001111111000000110001011010100010100011101000010 | 3f3f818b514742 |
EUC-JP | è?°QGB | 100011111010101110110010001111111010000111101011010100010100011101000010 | 8fabb23fa1eb514742 |
UTF-8 | è¾°QGB | 110000111010100011000010101111101100001010110000010100010100011101000010 | c3a8c2bec2b0514742 |
UHC | ?¾°QGB | 0011111110101000111110101010000111000110010100010100011101000010 | 3fa8faa1c6514742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)