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 | ?軫?莖 | 001111111110011101100110001111111110010010110001 | 3fe7663fe4b1 |
EUC-JP | ?軫?莖 | 001111111110110111000111001111111110100010110011 | 3fedc73fe8b3 |
UTF-8 | 렮軫뤎莖 | 111010111010000010101110111010001011101110101011111010111010010010001110111010001000111010010110 | eba0aee8bbabeba48ee88e96 |
UHC | 렮軫뤎莖 | 1000111010111011111100101110001010001111101111101100110011101100 | 8ebbf2e28fbeccec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)