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 | 雕企? | 1110100010111000100010101110100100111111 | e8b88ae93f |
EUC-JP | 雕企? | 1111000010111010101101001110101100111111 | f0bab4eb3f |
UTF-8 | 雕企봅 | 111010011001101110010101111001001011110010000001111010111011010010000101 | e99b95e4bc81ebb485 |
UHC | 雕企봅 | 111100001110011111010000111010101011101010111110 | f0e7d0eababe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)