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 | 邀??? | 1110011110110001001111110011111100111111 | e7b13f3f3f |
EUC-JP | 邀??邕 | 11101110101100110011111100111111100011111110000111101101 | eeb33f3f8fe1ed |
UTF-8 | 邀꾣퍍邕 | 111010011000001010000000111010101011111010100011111011011000110110001101111010011000001010010101 | e98280eabea3ed8d8de98295 |
UHC | 邀꾣퍍邕 | 1110100110101101100001001110011010111011100001001110100010111011 | e9ad84e6bb84e8bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)