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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 蟻??蟻??^ | 100010110110000100111111001111111000101101100001001111110011111101011110 | 8b613f3f8b613f3f5e |
EUC-JP | 蟻??蟻??^ | 101101011100001000111111001111111011010111000010001111110011111101011110 | b5c23f3fb5c23f3f5e |
UTF-8 | 蟻뀌갑蟻뀌갑^ | 11101000100111111011101111101011100000001000110011101010101100001001000111101000100111111011101111101011100000001000110011101010101100001001000101011110 | e89fbbeb808ceab091e89fbbeb808ceab0915e |
UHC | 蟻뀌갑蟻뀌갑^ | 11101011111111001011001011101110101100001010100111101011111111001011001011101110101100001010100101011110 | ebfcb2eeb0a9ebfcb2eeb0a95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)