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 | 悛?哉? | 100111001010000000111111100011011100011000111111 | 9ca03f8dc63f |
EUC-JP | 悛?哉? | 110110001010001000111111101110101100100000111111 | d8a23fbac83f |
UTF-8 | 悛렫哉렯 | 111001101000001010011011111010111010000010101011111001011001001110001001111010111010000010101111 | e6829beba0abe59389eba0af |
UHC | 悛렫哉렯 | 1110111011111001100011101011100111101110101000111000111010111100 | eef98eb9eea38ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)