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? | 00111111100010011001110110001011111110110101101000111111 | 3f899d8bfb5a3f |
EUC-JP | ?往屑Z? | 00111111101100011111110110110110111111010101101000111111 | 3fb1fdb6fd5a3f |
UTF-8 | 뾸往屑Z뾸 | 11101011101111101011100011100101101111101000000011100101101100011001000101011010111010111011111010111000 | ebbeb8e5be80e5b1915aebbeb8 |
UHC | 뾸往屑Z뾸 | 100101110111101011101000110110011110000011011010010110101001011101111010 | 977ae8d9e0da5a977a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)