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 | 陋幄。 | 1110100010011011100110111110100010100001 | e89b9be8a1 |
EUC-JP | 陋幄。 | 111011111111101111010110111010101000111010100001 | effbd6ea8ea1 |
UTF-8 | 陋幄。 | 111010011001100110001011111001011011100110000100111011111011110110100001 | e9998be5b984efbda1 |
UHC | 陋幄? | 1101011110110000111001001100000100111111 | d7b0e4c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)