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 | 闌ケ荳威 | 11101000100011001011100111100100101110001000100011010000 | e88cb9e4b888d0 |
EUC-JP | 闌ケ荳威 | 1110111111101100100011101011100111101000101110101011000011010010 | efec8eb9e8bab0d2 |
UTF-8 | 闌ケ荳威 | 111010011001011110001100111011111011110110111001111010001000110110110011111001011010100010000001 | e9978cefbdb9e88db3e5a881 |
UHC | ??荳威 | 001111110011111111010100111001011110101011001110 | 3f3fd4e5eace |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)