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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 睾h睾 | 111000011100111011110110101010110110100011100001110011101111011010101011 | e1cef6ab68e1cef6ab |
EUC-JP | 睾?h睾? | 11100010110100000011111101101000111000101101000000111111 | e2d03f68e2d03f |
UTF-8 | 睾h睾 | 11100111100111011011111011101110100100111001001001101000111001111001110110111110111011101001001110010010 | e79dbeee939268e79dbeee9392 |
UHC | 睾?h睾? | 11001101110000100011111101101000110011011100001000111111 | cdc23f68cdc23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)