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 | 繹?世巡 | 11100011100010000011111110010000101000101000111110000100 | e3883f90a28f84 |
EUC-JP | 繹墉世巡 | 111001011110100010001111101110001011111111000000101001001011110111100100 | e5e88fb8bfc0a4bde4 |
UTF-8 | 繹墉世巡 | 111001111011100110111001111001011010001010001001111001001011100010010110111001011011011110100001 | e7b9b9e5a289e4b896e5b7a1 |
UHC | 繹墉世巡 | 1110011010111010111010011011101011100001101001101110001011011110 | e6bae9bae1a6e2de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)