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 | 剪?運?俎 | 1001100110010010001111111000100101011110001111111001100011010111 | 99923f895e3f98d7 |
EUC-JP | 剪?運?俎 | 1101000111110010001111111011000110111111001111111101000011011001 | d1f23fb1bf3fd0d9 |
UTF-8 | 剪렲運렯俎 | 111001011000100110101010111010111010000010110010111010011000000110001011111010111010000010101111111001001011111110001110 | e589aaeba0b2e9818beba0afe4bf8e |
UHC | 剪렲運렯俎 | 11101110111100101000111010111111111010101010000110001110101111001111000010111011 | eef28ebfeaa18ebcf0bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)