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 | 雎梧立邨「 | 111010001011000110001100111001101001011110100111111001111011010110100010 | e8b18ce697a7e7b5a2 |
EUC-JP | 雎梧立邨「 | 11110000101100111011100011101000110011101010100111101110101101111000111010100010 | f0b3b8e8cea9eeb78ea2 |
UTF-8 | 雎梧立邨「 | 111010011001101110001110111001101010001010100111111001111010101110001011111010011000001010101000111011111011110110100010 | e99b8ee6a2a7e7ab8be982a8efbda2 |
UHC | 雎梧立邨? | 111011101101000111100111111111001101100010100001111101011011111000111111 | eed1e7fcd8a1f5be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)