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 | ??????a | 00111111001111110011111100111111001111110011111101100001 | 3f3f3f3f3f3f61 |
SJIS-WIN | ??????a | 00111111001111110011111100111111001111110011111101100001 | 3f3f3f3f3f3f61 |
EUC-JP | ??????a | 00111111001111110011111100111111001111110011111101100001 | 3f3f3f3f3f3f61 |
UTF-8 | 창체혨찾혷쨋a | 11101100101100001011110111101100101100101011010011101101100110001010100011101100101100001011111011101101100110001011011111101100101010001000101101100001 | ecb0bdecb2b4ed98a8ecb0beed98b7eca88b61 |
UHC | 창체혨찾혷쨋a | 11000011101000101100001110111100110000101001000011000011101000111100001010011110110000101011011001100001 | c3a2c3bcc290c3a3c29ec2b661 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)