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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 耳?兵醍 | 10001110101010000011111110010101101110101001000111100111 | 8ea83f95ba91e7 |
EUC-JP | 耳?兵醍 | 10111100101010100011111111001010101111001100001011101001 | bcaa3fcabcc2e9 |
UTF-8 | 耳쟀兵醍 | 111010001000000010110011111011001001111110000000111001011000010110110101111010011000011010001101 | e880b3ec9f80e585b5e9868d |
UHC | 耳쟀兵醍 | 1110110010111100110000001110111011011100101100101111000010110101 | ecbcc0eedcb2f0b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)