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 | 伊褐默 | 100010001100100110001010100011001110000011010010 | 88c98a8ce0d2 |
EUC-JP | 伊褐默 | 101100001100101110110011111011001110000011010100 | b0cbb3ece0d4 |
UTF-8 | 伊褐默 | 111001001011110010001010111010001010010010010000111010011011101110011000 | e4bc8ae8a490e9bb98 |
UHC | 伊褐默 | 111011001010010111001010111010001101100111111001 | eca5cae8d9f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)