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 | 11100000101001110101100111100000101001110110001001000101 | e0a759e0a76245 |
EUC-JP | 爰Y爰bE | 11100000101010010101100111100000101010010110001001000101 | e0a959e0a96245 |
UTF-8 | 爰Y爰bE | 111001111000100010110000010110011110011110001000101100000110001001000101 | e788b059e788b06245 |
UHC | 爰Y爰bE | 11101010101110100101100111101010101110100110001001000101 | eaba59eaba6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)