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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 贈?愼?粧 | 1001000110100001001111111001110011000100001111111000111111001111 | 91a13f9cc43f8fcf |
EUC-JP | 贈?愼?粧 | 1100001010100011001111111101100011000110001111111011111011010001 | c2a33fd8c63fbed1 |
UTF-8 | 贈렕愼렧粧 | 111010001011010010001000111010111010000010010101111001101000010010111100111010111010000010100111111001111011001010100111 | e8b488eba095e684bceba0a7e7b2a7 |
UHC | 贈렕愼렧粧 | 11110001111111001000111010101010111000111110010110001110101101101110110111110010 | f1fc8eaae3e58eb6edf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)