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혡척혗징 | 11101101100110001010011001110111111011011001100010100001111011001011001010011001111011011001100010010111111011001010011110010101 | ed98a677ed98a1ecb299ed9897eca795 |
UHC | 혦w혡척혗징 | 1100001010001110011101111100001010001010110000111011010011000010100000101100001010100001 | c28e77c28ac3b4c282c2a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)