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 | 邀??庾 | 11101110101100110011111100111111100011111011110011001110 | eeb33f3f8fbcce |
UTF-8 | 邀싳옓庾 | 111010011000001010000000111011001000101110110011111011001001100010010011111001011011101010111110 | e98280ec8bb3ec9893e5babe |
UHC | 邀싳옓庾 | 1110100110101101100110101110110010011110100110011110101011101100 | e9ad9aec9e99eaec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)