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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 絲る此 | 111000110100111010000010111010011000110110011111 | e34e82e98d9f |
EUC-JP | 絲る此 | 111001011010111110100100111010111011101010100001 | e5afa4ebbaa1 |
UTF-8 | 絲る此 | 111001111011010110110010111000111000001010001011111001101010110110100100 | e7b5b2e3828be6ada4 |
UHC | 絲る此 | 110111101110101010101010111010111111001110101110 | deeaaaebf3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)