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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
EUC-JP | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
UTF-8 | 콱욈묩}콱욈묩{^ | 111011001011110110110001111011001001101010001000111010111010110010101001011111011110110010111101101100011110110010011010100010001110101110101100101010010111101101011110 | ecbdb1ec9a88ebaca97decbdb1ec9a88ebaca97b5e |
UHC | 콱욈묩}콱욈묩{^ | 110001001110001110111111111000001011100110101001011111011100010011100011101111111110000010111001101010010111101101011110 | c4e3bfe0b9a97dc4e3bfe0b9a97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)