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 | ??????パ | 0011111100111111001111110011111100111111001111111000001101110000 | 3f3f3f3f3f3f8370 |
EUC-JP | ??????パ | 0011111100111111001111110011111100111111001111111010010111010001 | 3f3f3f3f3f3fa5d1 |
UTF-8 | 룶웡룵뇜룶쥚パ | 111010111010001110110110111011001001101110100001111010111010001110110101111010111000011110011100111010111010001110110110111011001010010110011010111000111000001110010001 | eba3b6ec9ba1eba3b5eb879ceba3b6eca59ae38391 |
UHC | 룶웡룵뇜룶쥚パ | 1000111110101011101111111111110110001111101010101011001111111101100011111010101110100010100011111010101111010001 | 8fabbffd8faab3fd8faba28fabd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)