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 | ???A | 00111111001111110011111101000001 | 3f3f3f41 |
SJIS-WIN | 硝鮃、A | 100011111100100111101001101101111010010001000001 | 8fc9e9b7a441 |
EUC-JP | 硝鮃、A | 10111110110010111111001010111001100011101010010001000001 | becbf2b98ea441 |
UTF-8 | 硝鮃、A | 11100111101000011001110111101001101011101000001111101111101111011010010001000001 | e7a19de9ae83efbda441 |
UHC | 硝??A | 1111010110100110001111110011111101000001 | f5a63f3f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)