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 | ??OA??I | 00111111001111110100111101000001001111110011111101001001 | 3f3f4f413f3f49 |
SJIS-WIN | 嶸ーOA嶸ァI | 111110101011010010110000010011110100000111111010101101001010011101001001 | fab4b04f41fab4a749 |
EUC-JP | 嶸ーOA嶸ァI | 10001111101110111111010010001110101100000100111101000001100011111011101111110100100011101010011101001001 | 8fbbf48eb04f418fbbf48ea749 |
UTF-8 | 嶸ーOA嶸ァI | 111001011011011010111000111011111011110110110000010011110100000111100101101101101011100011101111101111011010011101001001 | e5b6b8efbdb04f41e5b6b8efbda749 |
UHC | 嶸?OA嶸?I | 111001111010111000111111010011110100000111100111101011100011111101001001 | e7ae3f4f41e7ae3f49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)