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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?責湘?弩淹 | 00111111100100001101001110001111110000110011111110011100010101111001111110111001 | 3f90d38fc33f9c579fb9 |
EUC-JP | ?責湘?弩淹 | 00111111110000001101010110111110110001010011111111010111101110001101111010111011 | 3fc0d5bec53fd7b8debb |
UTF-8 | 쒜責湘뤚弩淹 | 111011001001001010011100111010001011001010101100111001101011100110011000111010111010010010011010111001011011110010101001111001101011011110111001 | ec929ce8b2ace6b998eba49ae5bca9e6b7b9 |
UHC | 쒜責湘뤚弩淹 | 101111101010111011110100101000011101111111001111100011111100100111010010110000001110010111110100 | beaef4a1dfcf8fc9d2c0e5f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)