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 | 鋓栁 | 1111011011010100111100101011100111111011110101101111101011100101 | f6d4f2b9fbd6fae5 |
EUC-JP | ??鋓? | 001111110011111110001111111001001011111100111111 | 3f3f8fe4bf3f |
UTF-8 | 鋓栁 | 111011101001001110111011111011101000011110110000111010011000101110010011111001101010000010000001 | ee93bbee87b0e98b93e6a081 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)