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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 鵝?}鵝?{^ | 111010100100000000111111011111011110101001000000001111110111101101011110 | ea403f7dea403f7b5e |
EUC-JP | 鵝?}鵝?{^ | 111100111010000100111111011111011111001110100001001111110111101101011110 | f3a13f7df3a13f7b5e |
UTF-8 | 鵝긪}鵝긪{^ | 111010011011010110011101111010101011100010101010011111011110100110110101100111011110101010111000101010100111101101011110 | e9b59deab8aa7de9b59deab8aa7b5e |
UHC | 鵝긪}鵝긪{^ | 1110010010111101100000110110111001111101111001001011110110000011011011100111101101011110 | e4bd836e7de4bd836e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)