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 | ???秧 | 0011111100111111001111111110001001011110 | 3f3f3fe25e |
EUC-JP | 縕??秧 | 10001111110101001100001000111111001111111110001110111111 | 8fd4c23f3fe3bf |
UTF-8 | 縕듿폇秧 | 111001111011100010010101111010111001001110111111111011011000111110000111111001111010011110100111 | e7b895eb93bfed8f87e7a7a7 |
UHC | 縕듿폇秧 | 1110100010110010100010101110010110111100100101001110010011101011 | e8b28ae5bc94e4eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)