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 | 闍。彧野 | 11101000100010111010000111111010101110011001011011101100 | e88ba1fab996ec |
EUC-JP | 闍。彧野 | 111011111110101110001110101000011000111110111100111111101100110011101110 | efeb8ea18fbcfeccee |
UTF-8 | 闍。彧野 | 111010011001011110001101111011111011110110100001111001011011110110100111111010011000011110001110 | e9978defbda1e5bda7e9878e |
UHC | ??彧野 | 001111110011111111101001111011101110010110101111 | 3f3fe9eee5af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)