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 | ?°? | 001111111011000000111111 | 3fb03f |
SJIS-WIN | 紂°郡 | 111000110100000010000001100010111000110001010011 | e340818b8c53 |
EUC-JP | 紂°郡 | 111001011010000110100001111010111011011110110100 | e5a1a1ebb7b4 |
UTF-8 | 紂°郡 | 1110011110110100100000101100001010110000111010011000001110100001 | e7b482c2b0e983a1 |
UHC | 紂°郡 | 111100011100010010100001110001101100111111011011 | f1c4a1c6cfdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)