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 | 韶ニ扈 | 11101000111011101100011011100111101110111111001101000010 | e8eec6e7bbf342 |
EUC-JP | 韶ニ扈? | 11110000111100001000111011000110111011101011110100111111 | f0f08ec6eebd3f |
UTF-8 | 韶ニ扈 | 111010011001111110110110111011111011111010000110111001101000100110001000111011101000100010110110 | e99fb6efbe86e68988ee88b6 |
UHC | 韶?扈? | 111000011101001000111111111110111100001100111111 | e1d23ffbc33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)