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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 憂舍 | 10010111010010101110010001110001 | 974ae471 |
EUC-JP | 憂舍 | 11001101101010111110011111010010 | cdabe7d2 |
UTF-8 | 憂舍 | 111001101000011010000010111010001000100010001101 | e68682e8888d |
UHC | 憂舍 | 11101001110110001101111011101100 | e9d8deec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)