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 | 譖懍貯峵 | 1110011010011011100111001110110010010010100110011111101010101110 | e69b9cec9299faae |
EUC-JP | 譖懍貯? | 11101011111110111101100011101110110000111111100100111111 | ebfbd8eec3f93f |
UTF-8 | 譖懍貯峵 | 111010001010110110010110111001101000011110001101111010001011001010101111111001011011001110110101 | e8ad96e6878de8b2afe5b3b5 |
UHC | ??貯? | 0011111100111111111011101100110100111111 | 3f3feecd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)