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 | 蓆怨虻萬 | 1110010011101100100010011000010110001000101110001110010011011101 | e4ec898588b8e4dd |
EUC-JP | 蓆怨虻萬 | 1110100011101110101100011110010110110000101110101110100011011111 | e8eeb1e5b0bae8df |
UTF-8 | 蓆怨虻萬 | 111010001001001110000110111001101000000010101000111010001001100110111011111010001001000010101100 | e89386e680a8e899bbe890ac |
UHC | 蓆怨?萬 | 11100000101101101110101010110011001111111101100010111111 | e0b6eab33fd8bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)