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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??靂??靂^ | 001111110011111111101000110011000011111100111111111010001100110001011110 | 3f3fe8cc3f3fe8cc5e |
EUC-JP | ??靂??靂^ | 001111110011111111110000110011100011111100111111111100001100111001011110 | 3f3ff0ce3f3ff0ce5e |
UTF-8 | 識븀靂識븀靂^ | 11101111101001111011110011101011101110001000000011101001100111011000001011101111101001111011110011101011101110001000000011101001100111011000001001011110 | efa7bcebb880e99d82efa7bcebb880e99d825e |
UHC | 識븀靂識븀靂^ | 11110010101111011011101011100111110101011111101011110010101111011011101011100111110101011111101001011110 | f2bdbae7d5faf2bdbae7d5fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)