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 | 骼泌エ醍ャ | 1110100110001110100101001110010110110100100100011110011110101100 | e98e94e5b491e7ac |
EUC-JP | 骼泌エ醍ャ | 11110001111011101100100011100111100011101011010011000010111010011000111010101100 | f1eec8e78eb4c2e98eac |
UTF-8 | 骼泌エ醍ャ | 111010011010101010111100111001101011001110001100111011111011110110110100111010011000011010001101111011111011110110101100 | e9aabce6b38cefbdb4e9868defbdac |
UHC | ?泌?醍? | 00111111111110011011001000111111111100001011010100111111 | 3ff9b23ff0b53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)