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 | 鐔惹弦 | 111010000101110010001110111001001000110010110111 | e85c8ee48cb7 |
EUC-JP | 鐔惹弦 | 111011111011110110111100111001101011100010111001 | efbdbce6b8b9 |
UTF-8 | 鐔惹弦 | 111010011001000010010100111001101000001110111001111001011011110010100110 | e99094e683b9e5bca6 |
UHC | ?惹弦 | 0011111111100101101010011111101011010111 | 3fe5a9fad7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)