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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蟠ァ閠圭 | 11100101101101001010011111101000100000001000110001011100 | e5b4a7e8808c5c |
EUC-JP | 蟠ァ閠圭 | 1110101010110110100011101010011111101111111000001011011110111101 | eab68ea7efe0b7bd |
UTF-8 | 蟠ァ閠圭 | 111010001001111110100000111011111011110110100111111010011001011010100000111001011001110010101101 | e89fa0efbda7e996a0e59cad |
UHC | 蟠??圭 | 110110101111011000111111001111111101000010100100 | daf63f3fd0a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)