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 | 輿?? | 10010111011000000011111100111111 | 97603f3f |
EUC-JP | 輿?? | 11001101110000010011111100111111 | cdc13f3f |
UTF-8 | 輿쏃콋 | 111010001011110010111111111011001000111110000011111011001011110110001011 | e8bcbfec8f83ecbd8b |
UHC | 輿쏃콋 | 111001101010101110011011111010011011000110000111 | e6ab9be9b187 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)