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 | 揖??倚 | 100101110100101100111111001111111001100011011111 | 974b3f3f98df |
EUC-JP | 揖??倚 | 110011011010110000111111001111111101000011100001 | cdac3f3fd0e1 |
UTF-8 | 揖띈쟿倚 | 111001101000111110010110111010111001110110001000111011001001111110111111111001011000000010011010 | e68f96eb9d88ec9fbfe5809a |
UHC | 揖띈쟿倚 | 1110101111100111101101101110100010100000100001011110101111101111 | ebe7b6e8a085ebef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)