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 | ܸܸâä | 11011100101110001101110010111000111000101110010010001111 | dcb8dcb8e2e48f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ܸܸâä? | 10001111101010101110010010001111101000101011000110001111101010101110010010001111101000101011000110001111101010111010010010001111101010111010001100111111 | 8faae48fa2b18faae48fa2b18faba48faba33f |
UTF-8 | ܸܸâä | 1100001110011100110000101011100011000011100111001100001010111000110000111010001011000011101001001100001010001111 | c39cc2b8c39cc2b8c3a2c3a4c28f |
UHC | ?¸?¸??? | 001111111010001010101100001111111010001010101100001111110011111100111111 | 3fa2ac3fa2ac3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)