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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 紆ゅ劾 | 111000101111110010000010111000111000101001001110 | e2fc82e38a4e |
EUC-JP | 紆ゅ劾 | 111001001111111010100100111001011011001110101111 | e4fea4e5b3af |
UTF-8 | 紆ゅ劾 | 111001111011010010000110111000111000001010000101111001011000101010111110 | e7b486e38285e58abe |
UHC | 紆ゅ劾 | 111010011110000110101010111001011111101010110110 | e9e1aae5fab6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)