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 | ??X????F | 0011111100111111010110000011111100111111001111110011111101000110 | 3f3f583f3f3f3f46 |
SJIS-WIN | ??X????F | 0011111100111111010110000011111100111111001111110011111101000110 | 3f3f583f3f3f3f46 |
EUC-JP | ??X????F | 0011111100111111010110000011111100111111001111110011111101000110 | 3f3f583f3f3f3f46 |
UTF-8 | 횂혳X횄징횂쩔F | 1110110110011010100000101110110110011000101100110101100011101101100110101000010011101100101001111001010111101101100110101000001011101100101010011001010001000110 | ed9a82ed98b358ed9a84eca795ed9a82eca99446 |
UHC | 횂혳X횄징횂쩔F | 1100001110000010110000101001101001011000110000111000001111000010101000011100001110000010110000101011111101000110 | c382c29a58c383c2a1c382c2bf46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)