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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 弴ワ鮗イ | 111110101011100011011100111010011011101010110010 | fab8dce9bab2 |
EUC-JP | 弴ワ鮗イ | 100011111011110011101101100011101101110011110010101111001000111010110010 | 8fbced8edcf2bc8eb2 |
UTF-8 | 弴ワ鮗イ | 111001011011110010110100111011111011111010011100111010011010111010010111111011111011110110110010 | e5bcb4efbe9ce9ae97efbdb2 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)