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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 豫??跨伍 | 1001100010101100001111110011111110001100110101111000110011011110 | 98ac3f3f8cd78cde |
EUC-JP | 豫??跨伍 | 1101000010101110001111110011111110111000110110011011100011100000 | d0ae3f3fb8d9b8e0 |
UTF-8 | 豫뗣꺀跨伍 | 111010001011000110101011111010111001011110100011111010101011101010000000111010001011011110101000111001001011110010001101 | e8b1abeb97a3eaba80e8b7a8e4bc8d |
UHC | 豫뗣꺀跨伍 | 11100111111000111000101111100011100000111010100111001110101001011110011111101010 | e7e38be383a9cea5e7ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)