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 | ?朞舒 | 0011111110011110010011011001100010101110 | 3f9e4d98ae |
EUC-JP | ?朞舒 | 0011111111011011101011101101000010110000 | 3fdbaed0b0 |
UTF-8 | 룶朞舒 | 111010111010001110110110111001101001110010011110111010001000100010010010 | eba3b6e69c9ee88892 |
UHC | 룶朞舒 | 100011111010101111010001101000011110000010100010 | 8fabd1a1e0a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)