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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鬣呈・ョ^ | 11101001101001011001001011100110101001011010111001011110 | e9a592e6a5ae5e |
EUC-JP | 鬣呈・ョ^ | 111100101010011111000100111010001000111010100101100011101010111001011110 | f2a7c4e88ea58eae5e |
UTF-8 | 鬣呈・ョ^ | 11101001101011001010001111100101100100011000100011101111101111011010010111101111101111011010111001011110 | e9aca3e59188efbda5efbdae5e |
UHC | ?呈??^ | 001111111110111111010000001111110011111101011110 | 3fefd03f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)