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 | ??D? | 00111111001111110100010000111111 | 3f3f443f |
SJIS-WIN | 貍アD褞 | 111001101011110010110001010001001110010111110000 | e6bcb144e5f0 |
EUC-JP | 貍アD褞 | 11101100101111101000111010110001010001001110101011110010 | ecbe8eb144eaf2 |
UTF-8 | 貍アD褞 | 11101000101100101000110111101111101111011011000101000100111010001010010010011110 | e8b28defbdb144e8a49e |
UHC | ??D? | 00111111001111110100010000111111 | 3f3f443f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)