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 | ëâ¶îµ | 111010111110001010001110101101101110111010110101 | ebe28eb6eeb5 |
SJIS-WIN | ???¶?? | 00111111001111110011111110000001111101110011111100111111 | 3f3f3f81f73f3f |
EUC-JP | ëâ?¶î? | 10001111101010111011001110001111101010111010010000111111101000101111100110001111101010111100001000111111 | 8fabb38faba43fa2f98fabc23f |
UTF-8 | ëâ¶îµ | 110000111010101111000011101000101100001010001110110000101011011011000011101011101100001010110101 | c3abc3a2c28ec2b6c3aec2b5 |
UHC | ???¶?? | 00111111001111110011111110100010110100100011111100111111 | 3f3f3fa2d23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)