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 | 伊感墨 | 100010001100100110001010101101001001011001101110 | 88c98ab4966e |
EUC-JP | 伊感墨 | 101100001100101110110100101101101100101111001111 | b0cbb4b6cbcf |
UTF-8 | 伊感墨 | 111001001011110010001010111001101000010010011111111001011010001010101000 | e4bc8ae6849fe5a2a8 |
UHC | 伊感墨 | 111011001010010111001010111011111101100111111000 | eca5caefd9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)