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 | 才?縡?祭 | 1000110111001011001111111110001101110001001111111000110111010101 | 8dcb3fe3713f8dd5 |
EUC-JP | 才?縡?祭 | 1011101011001101001111111110010111010010001111111011101011010111 | bacd3fe5d23fbad7 |
UTF-8 | 才렱縡렭祭 | 111001101000100110001101111010111010000010110001111001111011100010100001111010111010000010101101111001111010010110101101 | e6898deba0b1e7b8a1eba0ade7a5ad |
UHC | 才렱縡렭祭 | 11101110101001101000111010111110111011101010110110001110101110101111000010101110 | eea68ebeeead8ebaf0ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)