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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鴫悉 | 11110000101011001000111010110000111100001010011010001110101110111111000010110101 | f0ac8eb0f0a68ebbf0b5 |
EUC-JP | ?鴫?悉? | 00111111101111001011001000111111101111001011110100111111 | 3fbcb23fbcbd3f |
UTF-8 | 鴫悉 | 111011101000000110101011111010011011010010101011111011101000000110100101111001101000001010001001111011101000000110110100 | ee81abe9b4abee81a5e68289ee81b4 |
UHC | ???悉? | 001111110011111100111111111000111111101000111111 | 3f3f3fe3fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)