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 | ??K?? | 0011111100111111010010110011111100111111 | 3f3f4b3f3f |
SJIS-WIN | 劾?K?? | 100010100100111000111111010010110011111100111111 | 8a4e3f4b3f3f |
EUC-JP | 劾?K?? | 101100111010111100111111010010110011111100111111 | b3af3f4b3f3f |
UTF-8 | 劾숛K꼙뾅 | 11100101100010101011111011101100100010001001101101001011111010101011110010011001111010111011111010000101 | e58abeec889b4beabc99ebbe85 |
UHC | 劾숛K꼙뾅 | 111110101011011010011001111110010100101110000100011100001001011101000011 | fab699f94b84709743 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)