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 | Õçhâ | 100111111101010111100111011010001001111111100010 | 9fd5e7689fe2 |
SJIS-WIN | ???h?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
EUC-JP | ?Õçh?â | 001111111000111110101010110110001000111110101011101011100110100000111111100011111010101110100100 | 3f8faad88fabae683f8faba4 |
UTF-8 | Õçhâ | 1100001010011111110000111001010111000011101001110110100011000010100111111100001110100010 | c29fc395c3a768c29fc3a2 |
UHC | ???h?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)