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 | 沚遁攣 | 100111111000110110010011110110011001110110111001 | 9f8d93d99db9 |
EUC-JP | 沚遁攣 | 110111011110110111000110110110111101101010111011 | ddedc6dbdabb |
UTF-8 | 沚遁攣 | 111001101011001010011010111010011000000110000001111001101001010010100011 | e6b29ae98181e694a3 |
UHC | 沚遁攣 | 111100101010111111010100111011011101010111111101 | f2afd4edd5fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)