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 | 啼峰圖? | 10011010011001011001010111110100100110101010010000111111 | 9a6595f49aa43f |
EUC-JP | 啼峰圖? | 11010011110001101100101011110110110101001010011000111111 | d3c6caf6d4a63f |
UTF-8 | 啼峰圖阮 | 111001011001010110111100111001011011001110110000111001011001110010010110111011111010011110000110 | e595bce5b3b0e59c96efa786 |
UHC | 啼峰圖阮 | 1111000010100110110111001110100011010011111100011110101011000001 | f0a6dce8d3f1eac1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)