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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 邀??揖ヤ? | 111001111011000100111111001111111001011101001011100000111000010000111111 | e7b13f3f974b83843f |
EUC-JP | 邀??揖ヤ? | 111011101011001100111111001111111100110110101100101001011110010000111111 | eeb33f3fcdaca5e43f |
UTF-8 | 邀싲굞揖ヤ튃 | 111010011000001010000000111011001000101110110010111010101011010110011110111001101000111110010110111000111000001110100100111011011000101010000011 | e98280ec8bb2eab59ee68f96e383a4ed8a83 |
UHC | 邀싲굞揖ヤ튃 | 111010011010110110011010111010111000001010000110111010111110011110101011111001001011100110011001 | e9ad9aeb8286ebe7abe4b999 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)