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 | 檍??缸 | 100111101111100000111111001111111110001110011101 | 9ef83f3fe39d |
EUC-JP | 檍??缸 | 110111001111101000111111001111111110010111111101 | dcfa3f3fe5fd |
UTF-8 | 檍됤뫒缸 | 111001101010101010001101111010111001000010100100111010111010101110010010111001111011110010111000 | e6aa8deb90a4ebab92e7bcb8 |
UHC | 檍됤뫒缸 | 1110010111100101100010011110001010010001101101001111100111111100 | e5e589e291b4f9fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)