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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??疑?怨拜B | 00111111001111111000101101011110001111111000100110000101100111010110000001000010 | 3f3f8b5e3f89859d6042 |
EUC-JP | ??疑?怨拜B | 00111111001111111011010110111111001111111011000111100101110110011100000101000010 | 3f3fb5bf3fb1e5d9c142 |
UTF-8 | 欌렪疑렑怨拜B | 11100110101011001000110011101011101000001010101011100111100101101001000111101011101000001001000111100110100000001010100011100110100010111001110001000010 | e6ac8ceba0aae79691eba091e680a8e68b9c42 |
UHC | 欌렪疑렑怨拜B | 11101101111010111000111010111000111010111111011110001110101001101110101010110011110110111100100001000010 | edeb8eb8ebf78ea6eab3dbc842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)