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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 嗚??嵬?? | 1001101001101010001111110011111110011011110010100011111100111111 | 9a6a3f3f9bca3f3f |
EUC-JP | 嗚??嵬?? | 1101001111001011001111110011111111010110110011000011111100111111 | d3cb3f3fd6cc3f3f |
UTF-8 | 嗚밧콉嵬뗧탢 | 111001011001011110011010111010111011000010100111111011001011110110001001111001011011010110101100111010111001011110100111111011011000001110100010 | e5979aebb0a7ecbd89e5b5aceb97a7ed83a2 |
UHC | 嗚밧콉嵬뗧탢 | 111001111111000010111001111001011011000110000101111010001110001110001011111001111011010110000101 | e7f0b9e5b185e8e38be7b585 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)