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 | 譽壼穀雜 | 1110011010100011100110101110010110001101100100101110100010110110 | e6a39ae58d92e8b6 |
EUC-JP | 譽壼穀雜 | 1110110010100101110101001110011110111001111100101111000010111000 | eca5d4e7b9f2f0b8 |
UTF-8 | 譽壼穀雜 | 111010001010110110111101111001011010001110111100111001111010100110000000111010011001101110011100 | e8adbde5a3bce7a980e99b9c |
UHC | 譽?穀雜 | 11100111111000100011111111001101110110101110110111011010 | e7e23fcddaedda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)