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 | ??勞 | 00111111001111111001100110100111 | 3f3f99a7 |
EUC-JP | 芩芩勞 | 1000111111010111110000111000111111010111110000111101001010101001 | 8fd7c38fd7c3d2a9 |
UTF-8 | 芩芩勞 | 111010001000101010101001111010001000101010101001111001011000101110011110 | e88aa9e88aa9e58b9e |
UHC | 芩芩勞 | 110100001101100111010000110110011101011011001100 | d0d9d0d9d6cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)