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 | 琲筱椌 | 111000001110100011100010101010101001111010011101 | e0e8e2aa9e9d |
EUC-JP | 琲筱椌 | 111000001110101011100100101011001101101111111101 | e0eae4acdbfd |
UTF-8 | 琲筱椌 | 111001111001000010110010111001111010110110110001111001101010010010001100 | e790b2e7adb1e6a48c |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)