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 | 釭宍湜蒔 | 1111101110111101100011101011001111111011010001111000111010101010 | fbbd8eb3fb478eaa |
EUC-JP | 釭宍湜蒔 | 10001111111000111010111110111100101101011000111111000111111111001011110010101100 | 8fe3afbcb58fc7fcbcac |
UTF-8 | 釭宍湜蒔 | 111010011000011110101101111001011010111010001101111001101011100110011100111010001001001010010100 | e987ade5ae8de6b99ce89294 |
UHC | ??湜蒔 | 001111110011111111100011110101111110001111001000 | 3f3fe3d7e3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)