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 | ?責湘?弩 | 0011111110010000110100111000111111000011001111111001110001010111 | 3f90d38fc33f9c57 |
EUC-JP | ?責湘?弩 | 0011111111000000110101011011111011000101001111111101011110111000 | 3fc0d5bec53fd7b8 |
UTF-8 | 쒜責湘뤚弩 | 111011001001001010011100111010001011001010101100111001101011100110011000111010111010010010011010111001011011110010101001 | ec929ce8b2ace6b998eba49ae5bca9 |
UHC | 쒜責湘뤚弩 | 10111110101011101111010010100001110111111100111110001111110010011101001011000000 | beaef4a1dfcf8fc9d2c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)