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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 賰悌逢訷。 | 111110111010110110010010111011101000100010100111111110111010010010100001 | fbad92ee88a7fba4a1 |
EUC-JP | 賰悌逢訷。 | 100011111101111110111001110001001111000010110000101010011000111111011101110101001000111010100001 | 8fdfb9c4f0b0a98fddd48ea1 |
UTF-8 | 賰悌逢訷。 | 111010001011001110110000111001101000001010001100111010011000000010100010111010001010100010110111111011111011110110100001 | e8b3b0e6828ce980a2e8a8b7efbda1 |
UHC | ?悌逢?? | 00111111111100001010101011011100111100010011111100111111 | 3ff0aadcf13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)