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 | 覲癩祕 | 111001100101001011100001100110101110001001001111 | e652e19ae24f |
EUC-JP | 覲癩祕 | 111010111011001111100001111110101110001110110000 | ebb3e1fae3b0 |
UTF-8 | 覲癩祕 | 111010001010011010110010111001111001100110101001111001111010010110010101 | e8a6b2e799a9e7a595 |
UHC | 覲癩? | 1101000011001100110101001111110100111111 | d0ccd4fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)