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 | 艶o? | 1000100110010000100000101000111100111111 | 8990828f3f |
EUC-JP | 艶o? | 1011000111110000101000111110111100111111 | b1f0a3ef3f |
UTF-8 | 艶o풏 | 111010001000100110110110111011111011110110001111111011011001001010001111 | e889b6efbd8fed928f |
UHC | 艶o풏 | 111001101111110110100011111011111011111010010011 | e6fda3efbe93 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)