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 | 隲榊ュ滄㍼ | 111010001010101110001101111001011010110110011111111010011000011110001111 | e8ab8de5ad9fe9878f |
EUC-JP | 隲榊ュ滄? | 111100001010110110111010111001111000111010101101110111101110101100111111 | f0adbae78eaddeeb3f |
UTF-8 | 隲榊ュ滄㍼ | 111010011001101010110010111001101010011010001010111011111011110110101101111001101011101110000100111000111000110110111100 | e99ab2e6a68aefbdade6bb84e38dbc |
UHC | ???滄? | 001111110011111100111111111100111110011100111111 | 3f3f3ff3e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)