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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??夷???? | 0011111100111111100010001100111000111111001111110011111100111111 | 3f3f88ce3f3f3f3f |
EUC-JP | ??夷???? | 0011111100111111101100001101000000111111001111110011111100111111 | 3f3fb0d03f3f3f3f |
UTF-8 | 泥퀱夷됲쉵泥퀱 | 111011111010011110100011111011011000000010110001111001011010010010110111111010111001000010110010111011001000100110110101111011111010011110100011111011011000000010110001 | efa7a3ed80b1e5a4b7eb90b2ec89b5efa7a3ed80b1 |
UHC | 泥퀱夷됲쉵泥퀱 | 1110110010110010101101000100010011101100101010001000100111101101100110101000101111101100101100101011010001000100 | ecb2b444eca889ed9a8becb2b444 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)