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 | 奚?取 | 1001101011110110001111111000111011100110 | 9af63f8ee6 |
EUC-JP | 奚?取 | 1101010011111000001111111011110011101000 | d4f83fbce8 |
UTF-8 | 奚술取 | 111001011010010110011010111011001000100010100000111001011000111110010110 | e5a59aec88a0e58f96 |
UHC | 奚술取 | 111110101010100010111100111110101111011010100010 | faa8bcfaf6a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)