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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雕晁ク擔 | 11101000101110001001110111101000101110001001110101011110 | e8b89de8b89d5e |
EUC-JP | 雕晁ク擔 | 1111000010111010110110101110101010001110101110001101100110111111 | f0badaea8eb8d9bf |
UTF-8 | 雕晁ク擔 | 111010011001101110010101111001101001100110000001111011111011110110111000111001101001001110010100 | e99b95e69981efbdb8e69394 |
UHC | 雕晁?擔 | 11110000111001111111000011000101001111111101001110111101 | f0e7f0c53fd3bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)