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 | 髮呱・ろ「妝 | 11101001100110111001100111101011101001011000001011101011101000101001101101000010 | e99b99eba582eba29b42 |
EUC-JP | 髮呱・ろ「妝 | 111100011111101111010010111011011000111010100101101001001110110110001110101000101101010110100011 | f1fbd2ed8ea5a4ed8ea2d5a3 |
UTF-8 | 髮呱・ろ「妝 | 111010011010101110101110111001011001000110110001111011111011110110100101111000111000001010001101111011111011110110100010111001011010011010011101 | e9abaee591b1efbda5e3828defbda2e5a69d |
UHC | 髮呱?ろ?? | 110110111010010111001101101100100011111110101010111011010011111100111111 | dba5cdb23faaed3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)