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 | 瓠麥? | 1110000101000000111010100110110100111111 | e140ea6d3f |
EUC-JP | 瓠麥? | 1110000110100001111100111100111000111111 | e1a1f3ce3f |
UTF-8 | 瓠麥렔 | 111001111001001110100000111010011011101010100101111010111010000010010100 | e793a0e9baa5eba094 |
UHC | 瓠麥렔 | 111110111101001011011000111010101000111010101001 | fbd2d8ea8ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)