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 | ?????H | 001111110011111100111111001111110011111101001000 | 3f3f3f3f3f48 |
SJIS-WIN | ?????H | 001111110011111100111111001111110011111101001000 | 3f3f3f3f3f48 |
EUC-JP | ?????H | 001111110011111100111111001111110011111101001000 | 3f3f3f3f3f48 |
UTF-8 | 찾찾혗혡혡H | 11101100101100001011111011101100101100001011111011101101100110001001011111101101100110001010000111101101100110001010000101001000 | ecb0beecb0beed9897ed98a1ed98a148 |
UHC | 찾찾혗혡혡H | 1100001110100011110000111010001111000010100000101100001010001010110000101000101001001000 | c3a3c3a3c282c28ac28a48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)