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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 燿??嚥??B | 111000001010000000111111001111111001101010001011001111110011111101000010 | e0a03f3f9a8b3f3f42 |
EUC-JP | 燿??嚥??B | 111000001010001000111111001111111101001111101011001111110011111101000010 | e0a23f3fd3eb3f3f42 |
UTF-8 | 燿놂쉬嚥띰슭B | 11100111100001111011111111101011100001101000001011101100100010011010110011100101100110101010010111101011100111011011000011101100100010101010110101000010 | e787bfeb8682ec89ace59aa5eb9db0ec8aad42 |
UHC | 燿놂쉬嚥띰슭B | 11101000111111001011001111101111101111011010110011100110101111111011011011101111101111011011111001000010 | e8fcb3efbdace6bfb6efbdbe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)