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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 程???媛? | 1001001011110110001111110011111100111111100101010101000100111111 | 92f63f3f3f95513f |
EUC-JP | 程?栯?媛? | 11000100111110000011111110001111110000111101001000111111110010011011001000111111 | c4f83f8fc3d23fc9b23f |
UTF-8 | 程렣栯렩媛렦 | 111001111010100010001011111010111010000010100011111001101010000010101111111010111010000010101001111001011010101010011011111010111010000010100110 | e7a88beba0a3e6a0afeba0a9e5aa9beba0a6 |
UHC | 程렣栯렩媛렦 | 111011111110111110001110101101001110100111110001100011101011011111101010101100001000111010110101 | efef8eb4e9f18eb7eab08eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)