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 | 遺l? | 1000100011100010100000101000110000111111 | 88e2828c3f |
EUC-JP | 遺l? | 1011000011100100101000111110110000111111 | b0e4a3ec3f |
UTF-8 | 遺l뙝 | 111010011000000110111010111011111011110110001100111010111001100110011101 | e981baefbd8ceb999d |
UHC | 遺l뙝 | 111010111011011010100011111011001000110010100010 | ebb6a3ec8ca2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)