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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 綣焔係鞫 | 1110001101011011100010011000101110001100010101111110011010010001 | e35b898b8c57e691 |
EUC-JP | 綣焔係鞫 | 1110010110111100101100011110101110110111101110001110101111110001 | e5bcb1ebb7b8ebf1 |
UTF-8 | 綣焔係鞫 | 111001111011011010100011111001111000010010010100111001001011111110000010111010011001111010101011 | e7b6a3e78494e4bf82e99eab |
UHC | ??係鞫 | 001111110011111111001100111101011100111111010100 | 3f3fccf5cfd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)