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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????鈑 | 0011111100111111001111110011111100111111001111111110011111100101 | 3f3f3f3f3f3fe7e5 |
EUC-JP | ??????鈑 | 0011111100111111001111110011111100111111001111111110111011100111 | 3f3f3f3f3f3feee7 |
UTF-8 | 룶엌룵뇜룶龜鈑 | 111010111010001110110110111011001001011110001100111010111010001110110101111010111000011110011100111010111010001110110110111011111010010010000111111010011000100010010001 | eba3b6ec978ceba3b5eb879ceba3b6efa487e98891 |
UHC | 룶엌룵뇜룶龜鈑 | 1000111110101011101111101111110110001111101010101011001111111101100011111010101111010000101000101111011111111110 | 8fabbefd8faab3fd8fabd0a2f7fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)