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 | 霆?濟?泣 | 1110100010111011001111111110000001011010001111111000101110000011 | e8bb3fe05a3f8b83 |
EUC-JP | 霆?濟?泣 | 1111000010111101001111111101111110111011001111111011010111100011 | f0bd3fdfbb3fb5e3 |
UTF-8 | 霆렪濟렩泣 | 111010011001110010000110111010111010000010101010111001101011111110011111111010111010000010101001111001101011001110100011 | e99c86eba0aae6bf9feba0a9e6b3a3 |
UHC | 霆렪濟렩泣 | 11101111111111011000111010111000111100001010110110001110101101111110101111101000 | effd8eb8f0ad8eb7ebe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)