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 | ??證?荻 | 00111111001111111110011010011010001111111000100110101100 | 3f3fe69a3f89ac |
EUC-JP | ??證?荻 | 00111111001111111110101111111010001111111011001010101110 | 3f3febfa3fb2ae |
UTF-8 | 橓렟證렖荻 | 111001101010100110010011111010111010000010011111111010001010110110001001111010111010000010010110111010001000110110111011 | e6a993eba09fe8ad89eba096e88dbb |
UHC | 橓렟證렖荻 | 11100010111001011000111010110000111100011111101110001110101010111110111011100010 | e2e58eb0f1fb8eabeee2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)