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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 炅獲 | 11111011010100011000101001101100 | fb518a6c |
EUC-JP | 炅獲 | 1000111111001001110010101011001111001101 | 8fc9cab3cd |
UTF-8 | 炅獲 | 111001111000001010000101111001111000110110110010 | e78285e78db2 |
UHC | 炅獲 | 11001100110111011111110011110010 | ccddfcf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)