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 | ???扼 | 0011111100111111001111111001110101001110 | 3f3f3f9d4e |
EUC-JP | 鉥??扼 | 10001111111000111110100000111111001111111101100110101111 | 8fe3e83f3fd9af |
UTF-8 | 鉥귙둕扼 | 111010011000100110100101111010101011011110011001111010111001000110010101111001101000100110111100 | e989a5eab799eb9195e689bc |
UHC | 鉥귙둕扼 | 1110001011111100100000101110001110001010010011101110010011111001 | e2fc82e38a4ee4f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)