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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 、鮑ケ鰲蒔 | 11110000101001011010010011101001101110001011100111101001111000001000111010101010 | f0a5a4e9b8b9e9e08eaa |
EUC-JP | ?、鮑ケ鰲蒔 | 0011111110001110101001001111001010111010100011101011100111110010111000101011110010101100 | 3f8ea4f2ba8eb9f2e2bcac |
UTF-8 | 、鮑ケ鰲蒔 | 111011101000000110100100111011111011110110100100111010011010111010010001111011111011110110111001111010011011000010110010111010001001001010010100 | ee81a4efbda4e9ae91efbdb9e9b0b2e89294 |
UHC | ??鮑?鰲蒔 | 001111110011111111111000111010100011111111101000101001111110001111001000 | 3f3ff8ea3fe8a7e3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)