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 | メ鯤ケ | 111100001011100011010010111010011100100010111001 | f0b8d2e9c8b9 |
EUC-JP | ?メ鯤ケ | 00111111100011101101001011110010110010101000111010111001 | 3f8ed2f2ca8eb9 |
UTF-8 | メ鯤ケ | 111011101000000110110111111011111011111010010010111010011010111110100100111011111011110110111001 | ee81b7efbe92e9afa4efbdb9 |
UHC | ??鯤? | 0011111100111111110011011110011000111111 | 3f3fcde63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)