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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 迹、逞忍 | 11100111100100011010010011100111100101111001010001000101 | e791a4e7979445 |
EUC-JP | 迹、逞忍 | 1110110111110001100011101010010011101101111101111100011110100110 | edf18ea4edf7c7a6 |
UTF-8 | 迹、逞忍 | 111010001011111110111001111011111011110110100100111010011000000010011110111001011011111110001101 | e8bfb9efbda4e9809ee5bf8d |
UHC | 迹?逞忍 | 11101110111010010011111111010110110000011110110011011011 | eee93fd6c1ecdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)