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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 霑霑霑霑 | 1110100010111111111010001011111111101000101111111110100010111111 | e8bfe8bfe8bfe8bf |
EUC-JP | 霑霑霑霑 | 1111000011000001111100001100000111110000110000011111000011000001 | f0c1f0c1f0c1f0c1 |
UTF-8 | 霑霑霑霑 | 111010011001110010010001111010011001110010010001111010011001110010010001111010011001110010010001 | e99c91e99c91e99c91e99c91 |
UHC | 霑霑霑霑 | 1110111111000101111011111100010111101111110001011110111111000101 | efc5efc5efc5efc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)