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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 期?? | 10001010111110100011111100111111 | 8afa3f3f |
EUC-JP | 期棅? | 101101001111110010001111110000111111101100111111 | b4fc8fc3fb3f |
UTF-8 | 期棅재 | 111001101001110010011111111001101010001110000101111011001001111010101100 | e69c9fe6a385ec9eac |
UHC | 期棅재 | 110100011010001011011100101110001100000011100111 | d1a2dcb8c0e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)