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 | 啼?糾 | 1001101001100101001111111000101110001010 | 9a653f8b8a |
EUC-JP | 啼?糾 | 1101001111000110001111111011010111101010 | d3c63fb5ea |
UTF-8 | 啼ㅻ糾 | 111001011001010110111100111000111000010110111011111001111011001110111110 | e595bce385bbe7b3be |
UHC | 啼ㅻ糾 | 111100001010011010100100111010111101000010101100 | f0a6a4ebd0ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)