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 | ?`?k???? | 0011111101100000001111110110101100111111001111110011111100111111 | 3f603f6b3f3f3f3f |
SJIS-WIN | ?`?k???? | 0011111101100000001111110110101100111111001111110011111100111111 | 3f603f6b3f3f3f3f |
EUC-JP | ?`?k???? | 0011111101100000001111110110101100111111001111110011111100111111 | 3f603f6b3f3f3f3f |
UTF-8 | 혟`혥k혡혝챈채 | 1110110110011000100111110110000011101101100110001010010101101011111011011001100010100001111011011001100010011101111011001011000110001000111011001011000110000100 | ed989f60ed98a56bed98a1ed989decb188ecb184 |
UHC | 혟`혥k혡혝챈채 | 1100001010001001011000001100001010001101011010111100001010001010110000101000011111000011101001101100001110100100 | c28960c28d6bc28ac287c3a6c3a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)