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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 軫笳\ | 1110011101100110111000101001011101011100 | e766e2975c |
EUC-JP | 軫笳\ | 1110110111000111111000111111011101011100 | edc7e3f75c |
UTF-8 | 軫笳\ | 11101000101110111010101111100111101011001011001101011100 | e8bbabe7acb35c |
UHC | 軫?\ | 11110010111000100011111101011100 | f2e23f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)