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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 齏皮溌 | 111010001110101110010100111001111001010010101100 | e8eb94e794ac |
EUC-JP | 齏皮溌 | 111100001110110111001000111010011100100010101110 | f0edc8e9c8ae |
UTF-8 | 齏皮溌 | 111010011011110110001111111001111001101010101110111001101011101010001100 | e9bd8fe79aaee6ba8c |
UHC | ?皮? | 00111111111110011010101100111111 | 3ff9ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)