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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????ζ? | 00111111001111110011111100111111100000111100010000111111 | 3f3f3f3f83c43f |
EUC-JP | ???馹ζ? | 001111110011111100111111100011111110100110100001101001101100011000111111 | 3f3f3f8fe9a1a6c63f |
UTF-8 | 樂낅뜃馹ζ꼮 | 1110111110100110101111111110101110000010100001011110101110011100100000111110100110100110101110011100111010110110111010101011110010101110 | efa6bfeb8285eb9c83e9a6b9ceb6eabcae |
UHC | 樂낅뜃馹ζ꼮 | 111010001111100110000101111010111000110110000111111011001111000110100101111001101000010010001001 | e8f985eb8d87ecf1a5e68489 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)