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 | 凋遭?? | 100100101001110010010001100110000011111100111111 | 929c91983f3f |
EUC-JP | 凋遭?? | 110000111111110011000001111110000011111100111111 | c3fcc1f83f3f |
UTF-8 | 凋遭렱렼 | 111001011000011110001011111010011000000110101101111010111010000010110001111010111010000010111100 | e5878be981adeba0b1eba0bc |
UHC | 凋遭렱렼 | 1111000010111101111100001110010010001110101111101000111011000100 | f0bdf0e48ebe8ec4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)