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 | 蔬滄ォエ | 111001001111010010011111111010011010101110110100 | e4f49fe9abb4 |
EUC-JP | 蔬滄ォエ | 1110100011110110110111101110101110001110101010111000111010110100 | e8f6deeb8eab8eb4 |
UTF-8 | 蔬滄ォエ | 111010001001010010101100111001101011101110000100111011111011110110101011111011111011110110110100 | e894ace6bb84efbdabefbdb4 |
UHC | 蔬滄?? | 111000011100101011110011111001110011111100111111 | e1caf3e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)