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 | 迺「隰晏シ | 1110011110010010101000101110100010101100100111011110010110111100 | e792a2e8ac9de5bc |
EUC-JP | 迺「隰晏シ | 11101101111100101000111010100010111100001010111011011010111001111000111010111100 | edf28ea2f0aedae78ebc |
UTF-8 | 迺「隰晏シ | 111010001011111110111010111011111011110110100010111010011001101010110000111001101001100110001111111011111011110110111100 | e8bfbaefbda2e99ab0e6998fefbdbc |
UHC | ???晏? | 001111110011111100111111111001001100111100111111 | 3f3f3fe4cf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)