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 | 沚?? | 10011111100011010011111100111111 | 9f8d3f3f |
EUC-JP | 沚?邕 | 110111011110110100111111100011111110000111101101 | dded3f8fe1ed |
UTF-8 | 沚엉邕 | 111001101011001010011010111011001001011110001001111010011000001010010101 | e6b29aec9789e98295 |
UHC | 沚엉邕 | 111100101010111110111110111110111110100010111011 | f2afbefbe8bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)