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 | 肢?錚界 | 10001110100010000011111111101000010000101000101001000101 | 8e883fe8428a45 |
EUC-JP | 肢?錚界 | 10111011111010000011111111101111101000111011001110100110 | bbe83fefa3b3a6 |
UTF-8 | 肢렖錚界 | 111010001000001010100010111010111010000010010110111010011000110010011010111001111001010110001100 | e882a2eba096e98c9ae7958c |
UHC | 肢렖錚界 | 1111001010110110100011101010101111101110101101101100110110100011 | f2b68eabeeb6cda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)