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 | 袁?證? | 111001011100110100111111111001101001101000111111 | e5cd3fe69a3f |
EUC-JP | 袁?證? | 111010101100111100111111111010111111101000111111 | eacf3febfa3f |
UTF-8 | 袁렊證렖 | 111010001010001010000001111010111010000010001010111010001010110110001001111010111010000010010110 | e8a281eba08ae8ad89eba096 |
UHC | 袁렊證렖 | 1110101010111110100011101010000111110001111110111000111010101011 | eabe8ea1f1fb8eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)