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 | 輔o愧 | 100101011110001110000010100011111001110011000001 | 95e3828f9cc1 |
EUC-JP | 輔o愧 | 110010101110010110100011111011111101100011000011 | cae5a3efd8c3 |
UTF-8 | 輔o愧 | 111010001011110010010100111011111011110110001111111001101000010010100111 | e8bc94efbd8fe684a7 |
UHC | 輔o愧 | 110111001101000010100011111011111100111011010111 | dcd0a3efced7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)