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 | 錮ウ蜥イ褝 | 1110011111111100101100111110010110010010101100101110010111111010 | e7fcb3e592b2e5fa |
EUC-JP | 錮ウ蜥イ褝 | 11101110111111101000111010110011111010011111001010001110101100101110101011111100 | eefe8eb3e9f28eb2eafc |
UTF-8 | 錮ウ蜥イ褝 | 111010011000110010101110111011111011110110110011111010001001110010100101111011111011110110110010111010001010010010011101 | e98caeefbdb3e89ca5efbdb2e8a49d |
UHC | 錮???? | 110011011101000100111111001111110011111100111111 | cdd13f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)