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 | 鴫蕊示捨 | 1000111010110000100011101100011110001110101001101000111011001100 | 8eb08ec78ea68ecc |
EUC-JP | 鴫蕊示捨 | 1011110010110010101111001100100110111100101010001011110011001110 | bcb2bcc9bca8bcce |
UTF-8 | 鴫蕊示捨 | 111010011011010010101011111010001001010110001010111001111010010010111010111001101000110110101000 | e9b4abe8958ae7a4bae68da8 |
UHC | ??示捨 | 001111110011111111100011110001101101111011010111 | 3f3fe3c6ded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)