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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???油θ? | 0011111100111111001111111001011011111011100000111100011000111111 | 3f3f3f96fb83c63f |
EUC-JP | ???油θ? | 0011111100111111001111111100110011111101101001101100100000111111 | 3f3f3fccfda6c83f |
UTF-8 | 緣낆늸油θ늾 | 1110011110110111101000111110101110000010100001101110101110001010101110001110011010110010101110011100111010111000111010111000101010111110 | e7b7a3eb8286eb8ab8e6b2b9ceb8eb8abe |
UHC | 緣낆늸油θ늾 | 111001101101111010000101111011001000100010000001111010101111101010100101111010001000100010000111 | e6de85ec8881eafaa5e88887 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)