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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 癲μЭB | 11100001100111111000001111001010100001000101111001000010 | e19f83ca845e42 |
EUC-JP | 癲μЭB | 11100010101000011010011011001100101001111011111101000010 | e2a1a6cca7bf42 |
UTF-8 | 癲μЭB | 1110011110011001101100101100111010111100110100001010110101000010 | e799b2cebcd0ad42 |
UHC | 癲μЭB | 11101111101001101010010111101100101011001011111101000010 | efa6a5ecacbf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)