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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 凋???B | 100100101001110000111111001111110011111101000010 | 929c3f3f3f42 |
EUC-JP | 凋???B | 110000111111110000111111001111110011111101000010 | c3fc3f3f3f42 |
UTF-8 | 凋양렟렠B | 11100101100001111000101111101100100101101001000111101011101000001001111111101011101000001010000001000010 | e5878bec9691eba09feba0a042 |
UHC | 凋양렟렠B | 111100001011110110111110111001111000111010110000100011101011000101000010 | f0bdbee78eb08eb142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)