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 | 衣???舞? | 1000100011011111001111110011111100111111100101011001000100111111 | 88df3f3f3f95913f |
EUC-JP | 衣???舞焌 | 10110000111000010011111100111111001111111100100111110001100011111100100111101000 | b0e13f3f3fc9f18fc9e8 |
UTF-8 | 衣쭹렟닺舞焌 | 111010001010000110100011111011001010110110111001111010111010000010011111111010111000101110111010111010001000100010011110111001111000010010001100 | e8a1a3ecadb9eba09feb8bbae8889ee7848c |
UHC | 衣쭹렟닺舞焌 | 111010111111110111000010111001111000111010110000101101001110100011011001111100011111000111100000 | ebfdc2e78eb0b4e8d9f1f1e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)