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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 捻녌곤폋醴 | 111011111010011010100100111010111000010110001100111010101011001110100100111011011000111110001011111011111010011010110111 | efa6a4eb858ceab3a4ed8f8befa6b7 |
UHC | 捻녌곤폋醴 | 11100110111101111000011011000010101100001110111110111100100101101110011111100100 | e6f786c2b0efbc96e7e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)