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 | ?責湘? | 001111111001000011010011100011111100001100111111 | 3f90d38fc33f |
EUC-JP | ?責湘? | 001111111100000011010101101111101100010100111111 | 3fc0d5bec53f |
UTF-8 | 쒜責湘뤚 | 111011001001001010011100111010001011001010101100111001101011100110011000111010111010010010011010 | ec929ce8b2ace6b998eba49a |
UHC | 쒜責湘뤚 | 1011111010101110111101001010000111011111110011111000111111001001 | beaef4a1dfcf8fc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)