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 | 彧失﨧軸 | 1111101010111001100011101011100011111011110100111000111010110010 | fab98eb8fbd38eb2 |
EUC-JP | 彧失?軸 | 1000111110111100111111101011110010111010001111111011110010110100 | 8fbcfebcba3fbcb4 |
UTF-8 | 彧失﨧軸 | 111001011011110110100111111001011010010010110001111011111010100010100111111010001011101110111000 | e5bda7e5a4b1efa8a7e8bbb8 |
UHC | 彧失?軸 | 11101001111011101110001111110111001111111111010111101110 | e9eee3f73ff5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)