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 | 鄂滂ス碁ョ | 1110011110111101100111111110111110111101100011001110100110101110 | e7bd9fefbd8ce9ae |
EUC-JP | 鄂滂ス碁ョ | 11101110101111111101111011110001100011101011110110111000111010111000111010101110 | eebfdef18ebdb8eb8eae |
UTF-8 | 鄂滂ス碁ョ | 111010011000010010000010111001101011101110000010111011111011110110111101111001111010001010000001111011111011110110101110 | e98482e6bb82efbdbde7a281efbdae |
UHC | 鄂滂?碁? | 1110010011000111110110111011010100111111110100011011001100111111 | e4c7dbb53fd1b33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)