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þ | 10010001111111101001001001011001011010001001000111111110 | 91fe92596891fe |
SJIS-WIN | ???Yh?? | 00111111001111110011111101011001011010000011111100111111 | 3f3f3f59683f3f |
EUC-JP | ?þ?Yh?þ | 0011111110001111101010011101000000111111010110010110100000111111100011111010100111010000 | 3f8fa9d03f59683f8fa9d0 |
UTF-8 | þYhþ | 110000101001000111000011101111101100001010010010010110010110100011000010100100011100001110111110 | c291c3bec2925968c291c3be |
UHC | ?þ?Yh?þ | 001111111010100110101101001111110101100101101000001111111010100110101101 | 3fa9ad3f59683fa9ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)