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? | 0011111100111111001111110101101000111111 | 3f3f3f5a3f |
SJIS-WIN | 疫??Z沃 | 10001001011101010011111100111111010110101001011110000000 | 89753f3f5a9780 |
EUC-JP | 疫??Z沃 | 10110001110101100011111100111111010110101100110111100000 | b1d63f3f5acde0 |
UTF-8 | 疫붻룆Z沃 | 11100111100101101010101111101011101101101011101111101011101000111000011001011010111001101011001010000011 | e796abebb6bbeba3865ae6b283 |
UHC | 疫붻룆Z沃 | 111001101011100110010100111010001000111110000101010110101110100010101010 | e6b994e88f855ae8aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)