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 | 紙?害? | 100011101000011000111111100010100101000100111111 | 8e863f8a513f |
EUC-JP | 紙?害? | 101110111110011000111111101100111011001000111111 | bbe63fb3b23f |
UTF-8 | 紙뤒害쫷 | 111001111011010010011001111010111010010010010010111001011010111010110011111011001010101110110111 | e7b499eba492e5aeb3ecabb7 |
UHC | 紙뤒害쫷 | 1111001010110101100011111100001011111010101010101010011010001110 | f2b58fc2faaaa68e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)