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 | Z³åö}B | 1001001001011010100100011011001111100101111101100111110101000010 | 925a91b3e5f67d42 |
SJIS-WIN | ?Z????}B | 0011111101011010001111110011111100111111001111110111110101000010 | 3f5a3f3f3f3f7d42 |
EUC-JP | ?Z??åö}B | 001111110101101000111111001111111000111110101011101010011000111110101011110100110111110101000010 | 3f5a3f3f8faba98fabd37d42 |
UTF-8 | Z³åö}B | 11000010100100100101101011000010100100011100001010110011110000111010010111000011101101100111110101000010 | c2925ac291c2b3c3a5c3b67d42 |
UHC | ?Z?³??}B | 001111110101101000111111101010011111100000111111001111110111110101000010 | 3f5a3fa9f83f3f7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)