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 | þ}Yþ} | 10010001111111100111110101011001100100011111111001111101 | 91fe7d5991fe7d |
SJIS-WIN | ??}Y??} | 00111111001111110111110101011001001111110011111101111101 | 3f3f7d593f3f7d |
EUC-JP | ?þ}Y?þ} | 0011111110001111101010011101000001111101010110010011111110001111101010011101000001111101 | 3f8fa9d07d593f8fa9d07d |
UTF-8 | þ}Yþ} | 1100001010010001110000111011111001111101010110011100001010010001110000111011111001111101 | c291c3be7d59c291c3be7d |
UHC | ?þ}Y?þ} | 001111111010100110101101011111010101100100111111101010011010110101111101 | 3fa9ad7d593fa9ad7d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)