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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 臾??h臾 | 11100100011010110011111100111111011010001110010001101011 | e46b3f3f68e46b |
EUC-JP | 臾??h臾 | 11100111110011000011111100111111011010001110011111001100 | e7cc3f3f68e7cc |
UTF-8 | 臾븍쳡h臾 | 11101000100001111011111011101011101110001000110111101100101100111010000101101000111010001000011110111110 | e887beebb88decb3a168e887be |
UHC | 臾븍쳡h臾 | 111010111010110010111010111010111010101110000111011010001110101110101100 | ebacbaebab8768ebac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)