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 | ?η?涅 | 001111111000001111000101001111111001111110111000 | 3f83c53f9fb8 |
EUC-JP | ?η?涅 | 001111111010011011000111001111111101111010111010 | 3fa6c73fdeba |
UTF-8 | 列η눨涅 | 1110111110100110100111001100111010110111111010111000100010101000111001101011011010000101 | efa69cceb7eb88a8e6b685 |
UHC | 列η눨涅 | 1110011011101010101001011110011110000111101111111110011011101110 | e6eaa5e787bfe6ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)