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 | 窩瘢?狎? | 1110001001111100111000011000110100111111111000001011111000111111 | e27ce18d3fe0be3f |
EUC-JP | 窩瘢?狎? | 1110001111011101111000011110110100111111111000001100000000111111 | e3dde1ed3fe0c03f |
UTF-8 | 窩瘢셈狎렰 | 111001111010101010101001111001111001100010100010111011001000010110001000111001111000101110001110111010111010000010110000 | e7aaa9e798a2ec8588e78b8eeba0b0 |
UHC | 窩瘢셈狎렰 | 11101000110000001101101011101110101111001100000011100100111001001000111010111101 | e8c0daeebcc0e4e48ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)