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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | 箏モョk | 1110001010110101110100111010111001101011 | e2b5d3ae6b |
EUC-JP | 箏モョk | 11100100101101111000111011010011100011101010111001101011 | e4b78ed38eae6b |
UTF-8 | 箏モョk | 11100111101011101000111111101111101111101001001111101111101111011010111001101011 | e7ae8fefbe93efbdae6b |
UHC | 箏??k | 1110111010110100001111110011111101101011 | eeb43f3f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)