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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ??愉?^ | 001111110011111110010110111110010011111101011110 | 3f3f96f93f5e |
EUC-JP | ??愉?^ | 001111110011111111001100111110110011111101011110 | 3f3fccfb3f5e |
UTF-8 | 寮셀愉셀^ | 11101111101001101011110011101100100001011000000011100110100001001000100111101100100001011000000001011110 | efa6bcec8580e68489ec85805e |
UHC | 寮셀愉셀^ | 111010001111000010111100101111111110101011110000101111001011111101011110 | e8f0bcbfeaf0bcbf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)