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 | 輿삘넀 | 111010001011110010111111111011001000001010011000111010111000010010000000 | e8bcbfec8298eb8480 |
UHC | 輿삘넀 | 111001101010101110111011111000101000011010010000 | e6abbbe28690 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)