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 | ?w???? | 001111110111011100111111001111110011111100111111 | 3f773f3f3f3f |
SJIS-WIN | ?w???? | 001111110111011100111111001111110011111100111111 | 3f773f3f3f3f |
EUC-JP | ?w???? | 001111110111011100111111001111110011111100111111 | 3f773f3f3f3f |
UTF-8 | 혦w혡척혯횆 | 11101101100110001010011001110111111011011001100010100001111011001011001010011001111011011001100010101111111011011001101010000110 | ed98a677ed98a1ecb299ed98afed9a86 |
UHC | 혦w혡척혯횆 | 1100001010001110011101111100001010001010110000111011010011000010100101101100001110000100 | c28e77c28ac3b4c296c384 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)