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 | 船??船??^ | 100100010100010000111111001111111001000101000100001111110011111101011110 | 91443f3f91443f3f5e |
EUC-JP | 船??船??^ | 110000011010010100111111001111111100000110100101001111110011111101011110 | c1a53f3fc1a53f3f5e |
UTF-8 | 船롔롖船롗렻^ | 11101000100010001011100111101011101000011001010011101011101000011001011011101000100010001011100111101011101000011001011111101011101000001011101101011110 | e888b9eba194eba196e888b9eba197eba0bb5e |
UHC | 船롔롖船롗렻^ | 11100000110011111000111011011000100011101101101011100000110011111000111011011011100011101100001101011110 | e0cf8ed88edae0cf8edb8ec35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)