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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 耀??循? | 10010111011100110011111100111111100011110111101000111111 | 97733f3f8f7a3f |
EUC-JP | 耀??循? | 11001101110101000011111100111111101111011101101100111111 | cdd43f3fbddb3f |
UTF-8 | 耀믩ㅉ循튒 | 111010001000000010000000111010111010111110101001111000111000010110001001111001011011111010101010111011011000101010010010 | e88080ebafa9e38589e5beaaed8a92 |
UHC | 耀믩ㅉ循튒 | 11101001101001011001001011101011101001001011100111100010111000001011101001000100 | e9a592eba4b9e2e0ba44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)