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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 筌??甸 | 111000101010001100111111001111111001100110110010 | e2a33f3f99b2 |
EUC-JP | 筌??甸 | 111001001010010100111111001111111101001010110100 | e4a53f3fd2b4 |
UTF-8 | 筌잛쑬甸 | 111001111010110110001100111011001001111010011011111011001001000110101100111001111001010010111000 | e7ad8cec9e9bec91ace794b8 |
UHC | 筌잛쑬甸 | 1110111110100111100111111110110010111110101010001110111110100100 | efa79fecbea8efa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)