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к消 | 100010111100101010011101101001000100011110000100011110111000111111000001 | 8bca9da447847b8fc1 |
EUC-JP | 玉擘Gк消 | 101101101100110011011010101001100100011110100111110111001011111011000011 | b6ccdaa647a7dcbec3 |
UTF-8 | 玉擘Gк消 | 111001111000111010001001111001101001001110011000010001111101000010111010111001101011011010001000 | e78e89e6939847d0bae6b688 |
UHC | 玉擘Gк消 | 111010001010110011011011111110110100011110101100110111001110000110111100 | e8acdbfb47acdce1bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)