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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 謐図謐須^ | 111001101000110110010000011111011110011010001101100100000111101101011110 | e68d907de68d907b5e |
EUC-JP | 謐図謐須^ | 111010111110110110111111110111101110101111101101101111111101110001011110 | ebedbfdeebedbfdc5e |
UTF-8 | 謐図謐須^ | 11101000101011001001000011100101100110111011001111101000101011001001000011101001101000001000100001011110 | e8ac90e59bb3e8ac90e9a0885e |
UHC | 謐?謐須^ | 1101101011001101001111111101101011001101111000101100111001011110 | dacd3fdacde2ce5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)