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 | 邇賀ウシ | 111001111000111010001001111010101011001110111100 | e78e89eab3bc |
EUC-JP | 邇賀ウシ | 1110110111101110101100101110110010001110101100111000111010111100 | edeeb2ec8eb38ebc |
UTF-8 | 邇賀ウシ | 111010011000001010000111111010001011001110000000111011111011110110110011111011111011110110111100 | e98287e8b380efbdb3efbdbc |
UHC | 邇賀?? | 111011001100010011111001110001010011111100111111 | ecc4f9c53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)