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 | ?Y?bE | 0011111101011001001111110110001001000101 | 3f593f6245 |
SJIS-WIN | 宗Y宗bE | 10001111010000000101100110001111010000000110001001000101 | 8f40598f406245 |
EUC-JP | 宗Y宗bE | 10111101101000010101100110111101101000010110001001000101 | bda159bda16245 |
UTF-8 | 宗Y宗bE | 111001011010111010010111010110011110010110101110100101110110001001000101 | e5ae9759e5ae976245 |
UHC | 宗Y宗bE | 11110000111100110101100111110000111100110110001001000101 | f0f359f0f36245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)