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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蝙銀悪 | 111001011001111010001011111000101000100010101011 | e59e8be288ab |
EUC-JP | 蝙銀悪 | 111010011111111010110110111001001011000010101101 | e9feb6e4b0ad |
UTF-8 | 蝙銀悪 | 111010001001110110011001111010011000101010000000111001101000001010101010 | e89d99e98a80e682aa |
UHC | ?銀? | 00111111111010111101111000111111 | 3febde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)