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 | 11101011101000001011000111101011101000001001011111101100100000111011010011101100100000111010110011101100100001101011000001001000 | eba0b1eba097ec83b4ec83acec86b048 |
UHC | 렱렗샴샬솰H | 1000111010111110100011101010110010111100101001001011110010100011101111001110000001001000 | 8ebe8eacbca4bca3bce048 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)