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 | 蜊ィ隰∵仆 | 111001011000110110101000111010001010110010000001111001101001100010111011 | e58da8e8ac81e698bb |
EUC-JP | 蜊ィ隰∵仆 | 11101001111011011000111010101000111100001010111010100010111010001101000010111101 | e9ed8ea8f0aea2e8d0bd |
UTF-8 | 蜊ィ隰∵仆 | 111010001001110010001010111011111011110110101000111010011001101010110000111000101000100010110101111001001011101110000110 | e89c8aefbda8e99ab0e288b5e4bb86 |
UHC | ???∵? | 001111110011111100111111101000011111000100111111 | 3f3f3fa1f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)