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 | 鬯倡事 | 111010011010110010011000111001111000111010010110 | e9ac98e78e96 |
EUC-JP | 鬯倡事 | 111100101010111011010000111010011011101111110110 | f2aed0e9bbf6 |
UTF-8 | 鬯倡事 | 111010011010110010101111111001011000000010100001111001001011101010001011 | e9acafe580a1e4ba8b |
UHC | ?倡事 | 0011111111110011110110111101111011000000 | 3ff3dbdec0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)