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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 邀図邀須^ | 111001111011000110010000011111011110011110110001100100000111101101011110 | e7b1907de7b1907b5e |
EUC-JP | 邀図邀須^ | 111011101011001110111111110111101110111010110011101111111101110001011110 | eeb3bfdeeeb3bfdc5e |
UTF-8 | 邀図邀須^ | 11101001100000101000000011100101100110111011001111101001100000101000000011101001101000001000100001011110 | e98280e59bb3e98280e9a0885e |
UHC | 邀?邀須^ | 1110100110101101001111111110100110101101111000101100111001011110 | e9ad3fe9ade2ce5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)