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 | 蛾??艾 | 100010011110100100111111001111111110010010001000 | 89e93f3fe488 |
EUC-JP | 蛾??艾 | 101100101110101100111111001111111110011111101000 | b2eb3f3fe7e8 |
UTF-8 | 蛾딇뢄艾 | 111010001001101110111110111010111001010010000111111010111010001010000100111010001000100110111110 | e89bbeeb9487eba284e889be |
UHC | 蛾딇뢄艾 | 1110010010110110100010101110110110001110111111101110010011110101 | e4b68aed8efee4f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)