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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 形??形??B | 100011000110000000111111001111111000110001100000001111110011111101000010 | 8c603f3f8c603f3f42 |
EUC-JP | 形??形??B | 101101111100000100111111001111111011011111000001001111110011111101000010 | b7c13f3fb7c13f3f42 |
UTF-8 | 形쀮궙形쀮궙B | 11100101101111011010001011101100100000001010111011101010101101101001100111100101101111011010001011101100100000001010111011101010101101101001100101000010 | e5bda2ec80aeeab699e5bda2ec80aeeab69942 |
UHC | 形쀮궙形쀮궙B | 11111011101000011001011111101110100000101010111011111011101000011001011111101110100000101010111001000010 | fba197ee82aefba197ee82ae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)