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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 臾?た維?B | 111001000110101100111111100000101011110110001000110110110011111101000010 | e46b3f82bd88db3f42 |
EUC-JP | 臾?た維?B | 111001111100110000111111101001001011111110110000110111010011111101000010 | e7cc3fa4bfb0dd3f42 |
UTF-8 | 臾용た維둒B | 11101000100001111011111011101100100110101010100111100011100000011001111111100111101101101010110111101011100100011001001001000010 | e887beec9aa9e3819fe7b6adeb919242 |
UHC | 臾용た維둒B | 1110101110101100101111111110101110101010101111111110101110101011100010100100110001000010 | ebacbfebaabfebab8a4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)