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 | 謇鷺匠 | 111001101000100110001101111010111000111110100000 | e6898deb8fa0 |
EUC-JP | 謇鷺匠 | 111010111110100110111010111011011011111010100010 | ebe9baedbea2 |
UTF-8 | 謇鷺匠 | 111010001010110010000111111010011011011110111010111001011000110010100000 | e8ac87e9b7bae58ca0 |
UHC | ?鷺匠 | 0011111111010110110111001110110111011101 | 3fd6dceddd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)