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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 松?6肄 | 10001111101111000011111110000010010101011110001111100101 | 8fbc3f8255e3e5 |
EUC-JP | 松?6肄 | 10111110101111100011111110100011101101101110011011100111 | bebe3fa3b6e6e7 |
UTF-8 | 松듬6肄 | 111001101001110110111110111010111001001110101100111011111011110010010110111010001000001010000100 | e69dbeeb93acefbc96e88284 |
UHC | 松듬6肄 | 1110000111100110101101011110101110100011101101101110110010111101 | e1e6b5eba3b6ecbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)