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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 蜊①蜊①B | 111001011000110110000111010000001110010110001101100001110100000001000010 | e58d8740e58d874042 |
EUC-JP | 蜊?蜊?B | 11101001111011010011111111101001111011010011111101000010 | e9ed3fe9ed3f42 |
UTF-8 | 蜊①蜊①B | 11101000100111001000101011100010100100011010000011101000100111001000101011100010100100011010000001000010 | e89c8ae291a0e89c8ae291a042 |
UHC | ?①?①B | 00111111101010001110011100111111101010001110011101000010 | 3fa8e73fa8e742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)