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 | 幄?幄? | 100110111110100000111111100110111110100000111111 | 9be83f9be83f |
EUC-JP | 幄?幄? | 110101101110101000111111110101101110101000111111 | d6ea3fd6ea3f |
UTF-8 | 幄흘幄흘 | 111001011011100110000100111011011001110110011000111001011011100110000100111011011001110110011000 | e5b984ed9d98e5b984ed9d98 |
UHC | 幄흘幄흘 | 1110010011000001110010001110101011100100110000011100100011101010 | e4c1c8eae4c1c8ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)