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 | ?消ю?悸 | 0011111110001111110000011000010010010000001111111001110010100111 | 3f8fc184903f9ca7 |
EUC-JP | ?消ю?悸 | 0011111110111110110000111010011111110000001111111101100010101001 | 3fbec3a7f03fd8a9 |
UTF-8 | 뤵消ю퓥悸 | 1110101110100100101101011110011010110110100010001101000110001110111011011001001110100101111001101000001010111000 | eba4b5e6b688d18eed93a5e682b8 |
UHC | 뤵消ю퓥悸 | 10001111111000111110000110111100101011001111000010111111100011101100110011111011 | 8fe3e1bcacf0bf8eccfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)