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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 髣「蠎夂悛^ | 11101001100101111010001011100101101110101001101011100111100111001010000001011110 | e997a2e5ba9ae79ca05e |
EUC-JP | 髣「蠎夂悛^ | 1111000111110111100011101010001011101010101111001101010011101001110110001010001001011110 | f1f78ea2eabcd4e9d8a25e |
UTF-8 | 髣「蠎夂悛^ | 11101001101010111010001111101111101111011010001011101000101000001000111011100101101001001000001011100110100000101001101101011110 | e9aba3efbda2e8a08ee5a482e6829b5e |
UHC | ????悛^ | 00111111001111110011111100111111111011101111100101011110 | 3f3f3f3feef95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)