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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | イ鍗ウ | 111100001110011110110010111110111110000010110011 | f0e7b2fbe0b3 |
EUC-JP | ?イ鍗ウ | 0011111110001110101100101000111111100100111011111000111010110011 | 3f8eb28fe4ef8eb3 |
UTF-8 | イ鍗ウ | 111011101000001010100110111011111011110110110010111010011000110110010111111011111011110110110011 | ee82a6efbdb2e98d97efbdb3 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)