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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鴫澵悉 | 1111000011111100100011101011000011111011010011001000111010111011 | f0fc8eb0fb4c8ebb |
EUC-JP | ?鴫澵悉 | 0011111110111100101100101000111111001000111110001011110010111101 | 3fbcb28fc8f8bcbd |
UTF-8 | 鴫澵悉 | 111011101000001010111011111010011011010010101011111001101011111010110101111001101000001010001001 | ee82bbe9b4abe6beb5e68289 |
UHC | ???悉 | 0011111100111111001111111110001111111010 | 3f3f3fe3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)