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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 逶樣勁 | 111001111001101110011110111010011001100110100100 | e79b9ee999a4 |
EUC-JP | 逶樣勁 | 111011011111101111011100111010111101001010100110 | edfbdcebd2a6 |
UTF-8 | 逶樣勁 | 111010011000000010110110111001101010100010100011111001011000101110000001 | e980b6e6a8a3e58b81 |
UHC | ?樣勁 | 0011111111100101110001101100110011001101 | 3fe5c6cccd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)