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 | 珣?? | 11111011011000110011111100111111 | fb633f3f |
EUC-JP | 珣?? | 1000111111001011111101000011111100111111 | 8fcbf43f3f |
UTF-8 | 珣뒋떛 | 111001111000111110100011111010111001001010001011111010111001011010011011 | e78fa3eb928beb969b |
UHC | 珣뒋떛 | 111000101110100110001010100010001000101110110001 | e2e98a888bb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)