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 | ???葛?載 | 0011111100111111001111111000101010001011001111111000110111011010 | 3f3f3f8a8b3f8dda |
EUC-JP | 焌??葛?載 | 10001111110010011110100000111111001111111011001111101011001111111011101011011100 | 8fc9e83f3fb3eb3fbadc |
UTF-8 | 焌쇗렭葛홰載 | 111001111000010010001100111011001000011110010111111010111010000010101101111010001001000110011011111011011001100110110000111010001011110010001001 | e7848cec8797eba0ade8919bed99b0e8bc89 |
UHC | 焌쇗렭葛홰載 | 111100011110000010111100111001101000111010111010110010101110011111001000101100111110111010110000 | f1e0bce68ebacae7c8b3eeb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)