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 | 苡∝ぞ | 111001001000111110000001111001011000001010111100 | e48f81e582bc |
EUC-JP | 苡∝ぞ | 111001111110111110100010111001111010010010111110 | e7efa2e7a4be |
UTF-8 | 苡∝ぞ | 111010001000101110100001111000101000100010011101111000111000000110011110 | e88ba1e2889de3819e |
UHC | 苡∝ぞ | 111011001011111010100001111100001010101010111110 | ecbea1f0aabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)