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 | 錮ウ豐楢」 | 1110011111111100101100111110011010110010100100111110100010100011 | e7fcb3e6b293e8a3 |
EUC-JP | 錮ウ豐楢」 | 11101110111111101000111010110011111011001011010011000110111010101000111010100011 | eefe8eb3ecb4c6ea8ea3 |
UTF-8 | 錮ウ豐楢」 | 111010011000110010101110111011111011110110110011111010001011000110010000111001101010010110100010111011111011110110100011 | e98caeefbdb3e8b190e6a5a2efbda3 |
UHC | 錮??楢? | 11001101110100010011111100111111111010101111100100111111 | cdd13f3feaf93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)