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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | シウセ゚車 | 101111001011001110111110110111111000111011010100 | bcb3bedf8ed4 |
EUC-JP | シウセ゚車 | 10001110101111001000111010110011100011101011111010001110110111111011110011010110 | 8ebc8eb38ebe8edfbcd6 |
UTF-8 | シウセ゚車 | 111011111011110110111100111011111011110110110011111011111011110110111110111011111011111010011111111010001011101110001010 | efbdbcefbdb3efbdbeefbe9fe8bb8a |
UHC | ????車 | 001111110011111100111111001111111111001110110011 | 3f3f3f3ff3b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)