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 | 氏遡崖 | 100011101000000110010001011010111000101001010010 | 8e81916b8a52 |
EUC-JP | 氏遡崖 | 101110111110000111000001110011001011001110110011 | bbe1c1ccb3b3 |
UTF-8 | 氏遡崖 | 111001101011000010001111111010011000000110100001111001011011010010010110 | e6b08fe981a1e5b496 |
UHC | 氏遡崖 | 111001001010101111100001110011111110010011110000 | e4abe1cfe4f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)