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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 昊?倖?辛 | 1001110111011101001111111000110011110100001111111001000001101000 | 9ddd3f8cf43f9068 |
EUC-JP | 昊?倖?辛 | 1101101011011111001111111011100011110110001111111011111111001001 | dadf3fb8f63fbfc9 |
UTF-8 | 昊렫倖렡辛 | 111001101001100010001010111010111010000010101011111001011000000010010110111010111010000010100001111010001011111010011011 | e6988aeba0abe58096eba0a1e8be9b |
UHC | 昊렫倖렡辛 | 11111011110001001000111010111001111110101011100010001110101100101110001111110100 | fbc48eb9fab88eb2e3f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)