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 | þYhþY | 100100011111111010010010010110010110100010010001111111101001001001011001 | 91fe92596891fe9259 |
SJIS-WIN | ???Yh???Y | 001111110011111100111111010110010110100000111111001111110011111101011001 | 3f3f3f59683f3f3f59 |
EUC-JP | ?þ?Yh?þ?Y | 00111111100011111010100111010000001111110101100101101000001111111000111110101001110100000011111101011001 | 3f8fa9d03f59683f8fa9d03f59 |
UTF-8 | þYhþY | 110000101001000111000011101111101100001010010010010110010110100011000010100100011100001110111110110000101001001001011001 | c291c3bec2925968c291c3bec29259 |
UHC | ?þ?Yh?þ?Y | 0011111110101001101011010011111101011001011010000011111110101001101011010011111101011001 | 3fa9ad3f59683fa9ad3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)