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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 涓???? | 100111111011000000111111001111110011111100111111 | 9fb03f3f3f3f |
EUC-JP | 涓???繇 | 1101111010110010001111110011111100111111100011111101010011010001 | deb23f3f3f8fd4d1 |
UTF-8 | 涓롐렯롅繇 | 111001101011011010010011111010111010000110010000111010111010000010101111111010111010000110000101111001111011100110000111 | e6b693eba190eba0afeba185e7b987 |
UHC | 涓롐렯롅繇 | 11100110110011111000111011010110100011101011110010001110110010111110100110100011 | e6cf8ed68ebc8ecbe9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)