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 | 癌??癌? | 10001010111000000011111100111111100010101110000000111111 | 8ae03f3f8ae03f |
EUC-JP | 癌??癌? | 10110100111000100011111100111111101101001110001000111111 | b4e23f3fb4e23f |
UTF-8 | 癌꿩굢癌꿜 | 111001111001100110001100111010101011111110101001111010101011010110100010111001111001100110001100111010101011111110011100 | e7998ceabfa9eab5a2e7998ceabf9c |
UHC | 癌꿩굢癌꿜 | 11100100110111111011001011100110100000101000100111100100110111111011001011100100 | e4dfb2e68289e4dfb2e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)