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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 維??臾⑤С | 10001000110110110011111100111111111001000110101110000111010001001000010001010010 | 88db3f3fe46b87448452 |
EUC-JP | 維??臾?С | 101100001101110100111111001111111110011111001100001111111010011110110011 | b0dd3f3fe7cc3fa7b3 |
UTF-8 | 維쒕쳜臾⑤С | 1110011110110110101011011110110010010010100101011110110010110011100111001110100010000111101111101110001010010001101001001101000010100001 | e7b6adec9295ecb39ce887bee291a4d0a1 |
UHC | 維쒕쳜臾⑤С | 111010111010101110011100111010111010101110000010111010111010110010101000111010111010110010110011 | ebab9cebab82ebaca8ebacb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)