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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
EUC-JP | ???ij] | 00111111001111110011111110001111101010011100011001011101 | 3f3f3f8fa9c65d |
UTF-8 | 곪뤝캀ij] | 111010101011001110101010111010111010010010011101111011001011101010000000110001001011001101011101 | eab3aaeba49decba80c4b35d |
UHC | 곪뤝캀ij] | 101100001111001010001111110011001010111110001111101010011010011001011101 | b0f28fccaf8fa9a65d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)