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 | シウ上チ | 11110000111100011011110010110011100011111110001111000001 | f0f1bcb38fe3c1 |
EUC-JP | ?シウ上チ | 001111111000111010111100100011101011001110111110111001011000111011000001 | 3f8ebc8eb3bee58ec1 |
UTF-8 | シウ上チ | 111011101000001010110000111011111011110110111100111011111011110110110011111001001011100010001010111011111011111010000001 | ee82b0efbdbcefbdb3e4b88aefbe81 |
UHC | ???上? | 001111110011111100111111110111111011111000111111 | 3f3f3fdfbe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)