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 | ???V | 00111111001111110011111101010110 | 3f3f3f56 |
SJIS-WIN | 炯??V | 1110000001110110001111110011111101010110 | e0763f3f56 |
EUC-JP | 炯??V | 1101111111010111001111110011111101010110 | dfd73f3f56 |
UTF-8 | 炯쎿삤V | 11100111100000101010111111101100100011101011111111101100100000101010010001010110 | e782afec8ebfec82a456 |
UHC | 炯쎿삤V | 11111011101001101001101111100110100110001010010001010110 | fba69be698a456 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)