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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 涇ゥ豸逸 | 11111010111110111010100111100110101101101000100011101101 | fafba9e6b688ed |
EUC-JP | 涇ゥ豸逸 | 100011111100011111000111100011101010100111101100101110001011000011101111 | 8fc7c78ea9ecb8b0ef |
UTF-8 | 涇ゥ豸逸 | 111001101011011010000111111011111011110110101001111010001011000110111000111010011000000010111000 | e6b687efbda9e8b1b8e980b8 |
UHC | 涇??逸 | 110011001101110000111111001111111110110011101111 | ccdc3f3fecef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)